color codes Logo

#f99c01 color codes

#F99C01
(249,156,1)
0 Favorites   0 Comments

Color spaces of #f99c01

RGB 2491561
HSL0.100.990.49
HSV38°100°98°
CMYK 0.000.371.00   0.02
XYZ50.960943.91895.8200
Yxy43.91890.50610.4361
Hunter Lab66.271321.286941.1830
CIE-Lab72.174326.135176.6860

#f99c01 color RGB value is (249,156,1).

#f99c01 hex color red value is 249, green value is 156 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f99c01 hue: 0.10 , saturation: 0.99 and the lightness value of f99c01 is 0.49.

The process color (four color CMYK) of #f99c01 color code is 0.00, 0.37, 1.00, 0.02. Web safe color of #f99c01 is #ff9900. Color #f99c01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011100 00000001
Octal 371 234 1
Decimal 249 156 1
Hex F9 9C 1

RGB Percentages of Color #f99c01

%61.33
%38.42
%0.25

CMYK Percentages of Color #f99c01

%0
%37
%100
%2

Triadic Colors of #f99c01

#f99c01 #01f99c #9c01f9

Analogous Colors of #f99c01

#f99c01 #daf901 #f92001

Monochromatic Colors of #f99c01

#f99c01

Complementary Color

#f99c01 #015ef9

#f99c01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99c01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99c01 Color CSS Codes

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

#f99c01 Text Font Color

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

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


#f99c01 Background Color

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

This div background color is #f99c01


#f99c01 Border Color

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

This div border color is #f99c01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99c01


Comments

No comments written yet.

Please login to write comment.