Color Hex Logo

#f9300b Color Hex

#F9300B
(249,48,11)
0 Favorites   0 Comments

Color spaces of #f9300b

RGB 2494811
HSL0.030.950.51
HSV96°98°
CMYK 0.000.810.96   0.02
XYZ40.184322.27782.4987
Yxy22.27780.61860.3429
Hunter Lab47.199469.371329.9008
CIE-Lab54.320572.163364.4074

#f9300b color RGB value is (249,48,11).

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

The process color (four color CMYK) of #f9300b color hex is 0.00, 0.81, 0.96, 0.02. Web safe color of #f9300b is #ff3300. Color #f9300b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110000 00001011
Octal 371 60 13
Decimal 249 48 11
Hex F9 30 B

RGB Percentages of Color #f9300b

%80.84
%15.58
%3.57

CMYK Percentages of Color #f9300b

%0
%81
%96
%2

Triadic Colors of #f9300b

#f9300b #0bf930 #300bf9

Analogous Colors of #f9300b

#f9300b #f9a70b #f90b5d

Monochromatic Colors of #f9300b

#f9300b

Complementary Color

#f9300b #0bd4f9

#f9300b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9300b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9300b Color CSS Codes

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

#f9300b Text Font Color

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

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


#f9300b Background Color

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

This div background color is #f9300b


#f9300b Border Color

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

This div border color is #f9300b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9300b


Comments

No comments written yet.

Please login to write comment.