Color Hex Logo

#f9970e Color Hex

#F9970E
(249,151,14)
0 Favorites   0 Comments

Color spaces of #f9970e

RGB 24915114
HSL0.100.950.52
HSV35°94°98°
CMYK 0.000.390.94   0.02
XYZ50.212842.30475.9346
Yxy42.30470.51000.4297
Hunter Lab65.042123.979340.1197
CIE-Lab71.080528.852274.3089

#f9970e color RGB value is (249,151,14).

#f9970e hex color red value is 249, green value is 151 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f9970e hue: 0.10 , saturation: 0.95 and the lightness value of f9970e is 0.52.

The process color (four color CMYK) of #f9970e color hex is 0.00, 0.39, 0.94, 0.02. Web safe color of #f9970e is #ff9900. Color #f9970e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010111 00001110
Octal 371 227 16
Decimal 249 151 14
Hex F9 97 E

RGB Percentages of Color #f9970e

%60.14
%36.47
%3.38

CMYK Percentages of Color #f9970e

%0
%39
%94
%2

Triadic Colors of #f9970e

#f9970e #0ef997 #970ef9

Analogous Colors of #f9970e

#f9970e #e6f90e #f9220e

Monochromatic Colors of #f9970e

#f9970e

Complementary Color

#f9970e #0e70f9

#f9970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9970e Color CSS Codes

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

#f9970e Text Font Color

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

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


#f9970e Background Color

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

This div background color is #f9970e


#f9970e Border Color

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

This div border color is #f9970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9970e


Comments

No comments written yet.

Please login to write comment.