Color Hex Logo

#fd802f Color Hex

#FD802F
(253,128,47)
0 Favorites   0 Comments

Color spaces of #fd802f

RGB 25312847
HSL0.070.980.59
HSV24°81°99°
CMYK 0.000.490.81   0.01
XYZ48.740336.52627.1707
Yxy36.52620.52730.3951
Hunter Lab60.436938.189635.2712
CIE-Lab66.920042.794862.1992

#fd802f color RGB value is (253,128,47).

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

The process color (four color CMYK) of #fd802f color hex is 0.00, 0.49, 0.81, 0.01. Web safe color of #fd802f is #ff9933. Color #fd802f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 00101111
Octal 375 200 57
Decimal 253 128 47
Hex FD 80 2F

RGB Percentages of Color #fd802f

%59.11
%29.91
%10.98

CMYK Percentages of Color #fd802f

%0
%49
%81
%1

Triadic Colors of #fd802f

#fd802f #2ffd80 #802ffd

Analogous Colors of #fd802f

#fd802f #fde72f #fd2f45

Monochromatic Colors of #fd802f

#fd802f

Complementary Color

#fd802f #2facfd

#fd802f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd802f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd802f Color CSS Codes

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

#fd802f Text Font Color

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

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


#fd802f Background Color

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

This div background color is #fd802f


#fd802f Border Color

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

This div border color is #fd802f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd802f


Comments

No comments written yet.

Please login to write comment.