Color Hex Logo

#f9722a Color Hex

#F9722A
(249,114,42)
0 Favorites   0 Comments

Color spaces of #f9722a

RGB 24911442
HSL0.060.950.57
HSV21°83°98°
CMYK 0.000.540.83   0.02
XYZ45.502232.34156.0348
Yxy32.34150.54250.3856
Hunter Lab56.869643.298733.5171
CIE-Lab63.624147.934761.0287

#f9722a color RGB value is (249,114,42).

#f9722a hex color red value is 249, green value is 114 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f9722a hue: 0.06 , saturation: 0.95 and the lightness value of f9722a is 0.57.

The process color (four color CMYK) of #f9722a color hex is 0.00, 0.54, 0.83, 0.02. Web safe color of #f9722a is #ff6633. Color #f9722a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110010 00101010
Octal 371 162 52
Decimal 249 114 42
Hex F9 72 2A

RGB Percentages of Color #f9722a

%61.48
%28.15
%10.37

CMYK Percentages of Color #f9722a

%0
%54
%83
%2

Triadic Colors of #f9722a

#f9722a #2af972 #722af9

Analogous Colors of #f9722a

#f9722a #f9da2a #f92a4a

Monochromatic Colors of #f9722a

#f9722a

Complementary Color

#f9722a #2ab1f9

#f9722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9722a Color CSS Codes

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

#f9722a Text Font Color

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

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


#f9722a Background Color

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

This div background color is #f9722a


#f9722a Border Color

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

This div border color is #f9722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9722a


Comments

No comments written yet.

Please login to write comment.