Color Hex Logo

#fd761a Color Hex

#FD761A
(253,118,26)
0 Favorites   0 Comments

Color spaces of #fd761a

RGB 25311826
HSL0.070.980.55
HSV24°90°99°
CMYK 0.000.530.90   0.01
XYZ47.172933.91415.0371
Yxy33.91410.54770.3938
Hunter Lab58.235842.678135.6368
CIE-Lab64.894347.189567.6764

#fd761a color RGB value is (253,118,26).

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

The process color (four color CMYK) of #fd761a color hex is 0.00, 0.53, 0.90, 0.01. Web safe color of #fd761a is #ff6633. Color #fd761a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 00011010
Octal 375 166 32
Decimal 253 118 26
Hex FD 76 1A

RGB Percentages of Color #fd761a

%63.73
%29.72
%6.55

CMYK Percentages of Color #fd761a

%0
%53
%90
%1

Triadic Colors of #fd761a

#fd761a #1afd76 #761afd

Analogous Colors of #fd761a

#fd761a #fde81a #fd1a30

Monochromatic Colors of #fd761a

#fd761a

Complementary Color

#fd761a #1aa1fd

#fd761a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd761a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd761a Color CSS Codes

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

#fd761a Text Font Color

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

This sample text font color is #fd761a
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.


#fd761a Background Color

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

This div background color is #fd761a


#fd761a Border Color

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

This div border color is #fd761a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd761a


Comments

No comments written yet.

Please login to write comment.