Color Hex Logo

#f3a01b Color Hex

#F3A01B
(243,160,27)
0 Favorites   0 Comments

Color spaces of #f3a01b

RGB 24316027
HSL0.100.900.53
HSV37°89°95°
CMYK 0.000.340.89   0.05
XYZ49.730844.27546.9618
Yxy44.27540.49250.4385
Hunter Lab66.539816.963640.3745
CIE-Lab72.412221.814672.4605

#f3a01b color RGB value is (243,160,27).

#f3a01b hex color red value is 243, green value is 160 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f3a01b hue: 0.10 , saturation: 0.90 and the lightness value of f3a01b is 0.53.

The process color (four color CMYK) of #f3a01b color hex is 0.00, 0.34, 0.89, 0.05. Web safe color of #f3a01b is #ff9933. Color #f3a01b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10100000 00011011
Octal 363 240 33
Decimal 243 160 27
Hex F3 A0 1B

RGB Percentages of Color #f3a01b

%56.51
%37.21
%6.28

CMYK Percentages of Color #f3a01b

%0
%34
%89
%5

Triadic Colors of #f3a01b

#f3a01b #1bf3a0 #a01bf3

Analogous Colors of #f3a01b

#f3a01b #daf31b #f3341b

Monochromatic Colors of #f3a01b

#f3a01b

Complementary Color

#f3a01b #1b6ef3

#f3a01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3a01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3a01b Color CSS Codes

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

#f3a01b Text Font Color

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

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


#f3a01b Background Color

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

This div background color is #f3a01b


#f3a01b Border Color

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

This div border color is #f3a01b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,160,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3a01b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3a01b;
  -webkit-box-shadow: 1px 1px 3px 2px #f3a01b;
  box-shadow:         1px 1px 3px 2px #f3a01b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,160,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3a01b


Comments

No comments written yet.

Please login to write comment.