Color Hex Logo

#fd941f Color Hex

#FD941F
(253,148,31)
0 Favorites   0 Comments

Color spaces of #fd941f

RGB 25314831
HSL0.090.980.56
HSV32°88°99°
CMYK 0.000.420.88   0.01
XYZ51.345242.16146.7281
Yxy42.16140.51220.4206
Hunter Lab64.931827.519239.3088
CIE-Lab70.982132.292470.8998

#fd941f color RGB value is (253,148,31).

#fd941f hex color red value is 253, green value is 148 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fd941f hue: 0.09 , saturation: 0.98 and the lightness value of fd941f is 0.56.

The process color (four color CMYK) of #fd941f color hex is 0.00, 0.42, 0.88, 0.01. Web safe color of #fd941f is #ff9933. Color #fd941f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 00011111
Octal 375 224 37
Decimal 253 148 31
Hex FD 94 1F

RGB Percentages of Color #fd941f

%58.56
%34.26
%7.18

CMYK Percentages of Color #fd941f

%0
%42
%88
%1

Triadic Colors of #fd941f

#fd941f #1ffd94 #941ffd

Analogous Colors of #fd941f

#fd941f #f7fd1f #fd251f

Monochromatic Colors of #fd941f

#fd941f

Complementary Color

#fd941f #1f88fd

#fd941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd941f Color CSS Codes

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

#fd941f Text Font Color

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

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


#fd941f Background Color

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

This div background color is #fd941f


#fd941f Border Color

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

This div border color is #fd941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd941f


Comments

No comments written yet.

Please login to write comment.