Color Hex Logo

#f9330c Color Hex

#F9330C
(249,51,12)
0 Favorites   0 Comments

Color spaces of #f9330c

RGB 2495112
HSL0.030.950.51
HSV10°95°98°
CMYK 0.000.800.95   0.02
XYZ40.317122.53392.5724
Yxy22.53390.61620.3444
Hunter Lab47.469968.531230.0160
CIE-Lab54.589071.419264.3169

#f9330c color RGB value is (249,51,12).

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

The process color (four color CMYK) of #f9330c color hex is 0.00, 0.80, 0.95, 0.02. Web safe color of #f9330c is #ff3300. Color #f9330c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110011 00001100
Octal 371 63 14
Decimal 249 51 12
Hex F9 33 C

RGB Percentages of Color #f9330c

%79.81
%16.35
%3.85

CMYK Percentages of Color #f9330c

%0
%80
%95
%2

Triadic Colors of #f9330c

#f9330c #0cf933 #330cf9

Analogous Colors of #f9330c

#f9330c #f9aa0c #f90c5c

Monochromatic Colors of #f9330c

#f9330c

Complementary Color

#f9330c #0cd2f9

#f9330c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9330c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9330c Color CSS Codes

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

#f9330c Text Font Color

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

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


#f9330c Background Color

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

This div background color is #f9330c


#f9330c Border Color

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

This div border color is #f9330c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9330c

Related Colors


Comments

No comments written yet.

Please login to write comment.