Color Hex Logo

#f95b10 Color Hex

#F95B10
(249,91,16)
0 Favorites   0 Comments

Color spaces of #f95b10

RGB 2499116
HSL0.050.950.52
HSV19°94°98°
CMYK 0.000.630.94   0.02
XYZ42.901527.65933.5678
Yxy27.65930.57870.3731
Hunter Lab52.592153.573432.7923
CIE-Lab59.579757.769166.3103

#f95b10 color RGB value is (249,91,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011011 00010000
Octal 371 133 20
Decimal 249 91 16
Hex F9 5B 10

RGB Percentages of Color #f95b10

%69.94
%25.56
%4.49

CMYK Percentages of Color #f95b10

%0
%63
%94
%2

Triadic Colors of #f95b10

#f95b10 #10f95b #5b10f9

Analogous Colors of #f95b10

#f95b10 #f9d010 #f91039

Monochromatic Colors of #f95b10

#f95b10

Complementary Color

#f95b10 #10aef9

#f95b10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95b10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95b10 Color CSS Codes

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

#f95b10 Text Font Color

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

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


#f95b10 Background Color

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

This div background color is #f95b10


#f95b10 Border Color

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

This div border color is #f95b10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95b10


Comments

No comments written yet.

Please login to write comment.