Color Hex Logo

#fd812f Color Hex

#FD812F
(253,129,47)
0 Favorites   0 Comments

Color spaces of #fd812f

RGB 25312947
HSL0.070.980.59
HSV24°81°99°
CMYK 0.000.490.81   0.01
XYZ48.871436.78847.2144
Yxy36.78840.52620.3961
Hunter Lab60.653437.682535.4052
CIE-Lab67.118042.300162.3768

#fd812f color RGB value is (253,129,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 00101111
Octal 375 201 57
Decimal 253 129 47
Hex FD 81 2F

RGB Percentages of Color #fd812f

%58.97
%30.07
%10.96

CMYK Percentages of Color #fd812f

%0
%49
%81
%1

Triadic Colors of #fd812f

#fd812f #2ffd81 #812ffd

Analogous Colors of #fd812f

#fd812f #fde82f #fd2f44

Monochromatic Colors of #fd812f

#fd812f

Complementary Color

#fd812f #2fabfd

#fd812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd812f Color CSS Codes

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

#fd812f Text Font Color

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

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


#fd812f Background Color

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

This div background color is #fd812f


#fd812f Border Color

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

This div border color is #fd812f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,129,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 #fd812f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd812f

#fd812f Color Palettes


Comments

No comments written yet.

Please login to write comment.