Color Hex Logo

#f95d16 Color Hex

#F95D16
(249,93,22)
0 Favorites   0 Comments

Color spaces of #f95d16

RGB 2499322
HSL0.050.950.53
HSV19°91°98°
CMYK 0.000.630.91   0.02
XYZ43.126128.02643.8957
Yxy28.02640.57460.3734
Hunter Lab52.940052.765232.6950
CIE-Lab59.912657.002364.9808

#f95d16 color RGB value is (249,93,22).

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

The process color (four color CMYK) of #f95d16 color hex is 0.00, 0.63, 0.91, 0.02. Web safe color of #f95d16 is #ff6600. Color #f95d16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 00010110
Octal 371 135 26
Decimal 249 93 22
Hex F9 5D 16

RGB Percentages of Color #f95d16

%68.41
%25.55
%6.04

CMYK Percentages of Color #f95d16

%0
%63
%91
%2

Triadic Colors of #f95d16

#f95d16 #16f95d #5d16f9

Analogous Colors of #f95d16

#f95d16 #f9cf16 #f91640

Monochromatic Colors of #f95d16

#f95d16

Complementary Color

#f95d16 #16b2f9

#f95d16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95d16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95d16 Color CSS Codes

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

#f95d16 Text Font Color

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

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


#f95d16 Background Color

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

This div background color is #f95d16


#f95d16 Border Color

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

This div border color is #f95d16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,93,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 #f95d16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95d16


Comments

No comments written yet.

Please login to write comment.