color codes Logo

#f95f0b color codes

#F95F0B
(249,95,11)
0 Favorites   0 Comments

Color spaces of #f95f0b

RGB 2499511
HSL0.060.950.51
HSV21°96°98°
CMYK 0.000.620.96   0.02
XYZ43.219528.34833.5105
Yxy28.34830.57570.3776
Hunter Lab53.243151.719933.3610
CIE-Lab60.202156.031567.7279

#f95f0b color RGB value is (249,95,11).

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

The process color (four color CMYK) of #f95f0b color code is 0.00, 0.62, 0.96, 0.02. Web safe color of #f95f0b is #ff6600. Color #f95f0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011111 00001011
Octal 371 137 13
Decimal 249 95 11
Hex F9 5F B

RGB Percentages of Color #f95f0b

%70.14
%26.76
%3.10

CMYK Percentages of Color #f95f0b

%0
%62
%96
%2

Triadic Colors of #f95f0b

#f95f0b #0bf95f #5f0bf9

Analogous Colors of #f95f0b

#f95f0b #f9d60b #f90b2e

Monochromatic Colors of #f95f0b

#f95f0b

Complementary Color

#f95f0b #0ba5f9

#f95f0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95f0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95f0b Color CSS Codes

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

#f95f0b Text Font Color

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

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


#f95f0b Background Color

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

This div background color is #f95f0b


#f95f0b Border Color

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

This div border color is #f95f0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95f0b

Related Colors


Comments

No comments written yet.

Please login to write comment.