color codes Logo

#f9af1c color codes

#F9AF1C
(249,175,28)
0 Favorites   0 Comments

Color spaces of #f9af1c

RGB 24917528
HSL0.110.950.54
HSV40°89°98°
CMYK 0.000.300.89   0.02
XYZ54.606550.88358.0420
Yxy50.88350.48100.4482
Hunter Lab71.332711.812943.2486
CIE-Lab76.608416.486375.7562

#f9af1c color RGB value is (249,175,28).

#f9af1c hex color red value is 249, green value is 175 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f9af1c hue: 0.11 , saturation: 0.95 and the lightness value of f9af1c is 0.54.

The process color (four color CMYK) of #f9af1c color code is 0.00, 0.30, 0.89, 0.02. Web safe color of #f9af1c is #ff9933. Color #f9af1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 00011100
Octal 371 257 34
Decimal 249 175 28
Hex F9 AF 1C

RGB Percentages of Color #f9af1c

%55.09
%38.72
%6.19

CMYK Percentages of Color #f9af1c

%0
%30
%89
%2

Triadic Colors of #f9af1c

#f9af1c #1cf9af #af1cf9

Analogous Colors of #f9af1c

#f9af1c #d5f91c #f9411c

Monochromatic Colors of #f9af1c

#f9af1c

Complementary Color

#f9af1c #1c66f9

#f9af1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9af1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9af1c Color CSS Codes

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

#f9af1c Text Font Color

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

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


#f9af1c Background Color

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

This div background color is #f9af1c


#f9af1c Border Color

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

This div border color is #f9af1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,175,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9af1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9af1c;
  -webkit-box-shadow: 1px 1px 3px 2px #f9af1c;
  box-shadow:         1px 1px 3px 2px #f9af1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,175,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9af1c

Related Colors


Comments

No comments written yet.

Please login to write comment.