color codes Logo

#f95416 color codes

#F95416
(249,84,22)
0 Favorites   0 Comments

Color spaces of #f95416

RGB 2498422
HSL0.050.950.53
HSV16°91°98°
CMYK 0.000.660.91   0.02
XYZ42.382126.53833.6477
Yxy26.53830.58400.3657
Hunter Lab51.515356.701631.8625
CIE-Lab58.544560.676964.0513

#f95416 color RGB value is (249,84,22).

#f95416 hex color red value is 249, green value is 84 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f95416 hue: 0.05 , saturation: 0.95 and the lightness value of f95416 is 0.53.

The process color (four color CMYK) of #f95416 color code is 0.00, 0.66, 0.91, 0.02. Web safe color of #f95416 is #ff6600. Color #f95416 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 00010110
Octal 371 124 26
Decimal 249 84 22
Hex F9 54 16

RGB Percentages of Color #f95416

%70.14
%23.66
%6.20

CMYK Percentages of Color #f95416

%0
%66
%91
%2

Triadic Colors of #f95416

#f95416 #16f954 #5416f9

Analogous Colors of #f95416

#f95416 #f9c616 #f91649

Monochromatic Colors of #f95416

#f95416

Complementary Color

#f95416 #16bbf9

#f95416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95416 Color CSS Codes

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

#f95416 Text Font Color

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

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


#f95416 Background Color

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

This div background color is #f95416


#f95416 Border Color

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

This div border color is #f95416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95416

#f95416 Color Palettes


Comments

No comments written yet.

Please login to write comment.