color codes Logo

#fd842a color codes

#FD842A
(253,132,42)
0 Favorites   0 Comments

Color spaces of #fd842a

RGB 25313242
HSL0.070.980.58
HSV26°83°99°
CMYK 0.000.480.83   0.01
XYZ49.177237.55236.8469
Yxy37.55230.52550.4013
Hunter Lab61.279936.006536.2714
CIE-Lab67.689340.671164.7601

#fd842a color RGB value is (253,132,42).

#fd842a hex color red value is 253, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fd842a hue: 0.07 , saturation: 0.98 and the lightness value of fd842a is 0.58.

The process color (four color CMYK) of #fd842a color code is 0.00, 0.48, 0.83, 0.01. Web safe color of #fd842a is #ff9933. Color #fd842a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 00101010
Octal 375 204 52
Decimal 253 132 42
Hex FD 84 2A

RGB Percentages of Color #fd842a

%59.25
%30.91
%9.84

CMYK Percentages of Color #fd842a

%0
%48
%83
%1

Triadic Colors of #fd842a

#fd842a #2afd84 #842afd

Analogous Colors of #fd842a

#fd842a #fdee2a #fd2a3a

Monochromatic Colors of #fd842a

#fd842a

Complementary Color

#fd842a #2aa3fd

#fd842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd842a Color CSS Codes

.mybgcolor {background-color:#fd842a; } 
.myforecolor {color:#fd842a; }
.mybordercolor {border:3px solid #fd842a; }

#fd842a Text Font Color

<p style="color:#fd842a">Text here</p>

This sample text font color is #fd842a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd842a Background Color

<div style="background-color:#fd842a">
Div content here</div>

This div background color is #fd842a


#fd842a Border Color

<div style="border:3px solid #fd842a">
Div here</div>

This div border color is #fd842a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,132,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd842a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd842a;
  -webkit-box-shadow: 1px 1px 3px 2px #fd842a;
  box-shadow:         1px 1px 3px 2px #fd842a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,132,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd842a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd842a;
  -webkit-box-shadow: 1px 1px 3px 2px #fd842a;
  box-shadow:         1px 1px 3px 2px #fd842a;">
Div content here</div>

This div box has shadow with color #fd842a


Comments

No comments written yet.

Please login to write comment.