Color Hex Logo

#f9230c Color Hex

#F9230C
(249,35,12)
0 Favorites   0 Comments

Color spaces of #f9230c

RGB 2493512
HSL0.020.950.51
HSV95°98°
CMYK 0.000.860.95   0.02
XYZ39.734321.36832.3781
Yxy21.36830.62590.3366
Hunter Lab46.225972.537829.3079
CIE-Lab53.350274.939563.6640

#f9230c color RGB value is (249,35,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 00001100
Octal 371 43 14
Decimal 249 35 12
Hex F9 23 C

RGB Percentages of Color #f9230c

%84.12
%11.82
%4.05

CMYK Percentages of Color #f9230c

%0
%86
%95
%2

Triadic Colors of #f9230c

#f9230c #0cf923 #230cf9

Analogous Colors of #f9230c

#f9230c #f99a0c #f90c6c

Monochromatic Colors of #f9230c

#f9230c

Complementary Color

#f9230c #0ce2f9

#f9230c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9230c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9230c Color CSS Codes

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

#f9230c Text Font Color

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

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


#f9230c Background Color

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

This div background color is #f9230c


#f9230c Border Color

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

This div border color is #f9230c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9230c


Comments

No comments written yet.

Please login to write comment.