Color Hex Logo

#f9430f Color Hex

#F9430F
(249,67,15)
0 Favorites   0 Comments

Color spaces of #f9430f

RGB 2496715
HSL0.040.950.52
HSV13°94°98°
CMYK 0.000.730.94   0.02
XYZ41.160324.18852.9514
Yxy24.18850.60260.3541
Hunter Lab49.181863.318730.8693
CIE-Lab56.276066.748364.5353

#f9430f color RGB value is (249,67,15).

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

The process color (four color CMYK) of #f9430f color hex is 0.00, 0.73, 0.94, 0.02. Web safe color of #f9430f is #ff3300. Color #f9430f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 00001111
Octal 371 103 17
Decimal 249 67 15
Hex F9 43 F

RGB Percentages of Color #f9430f

%75.23
%20.24
%4.53

CMYK Percentages of Color #f9430f

%0
%73
%94
%2

Triadic Colors of #f9430f

#f9430f #0ff943 #430ff9

Analogous Colors of #f9430f

#f9430f #f9b80f #f90f50

Monochromatic Colors of #f9430f

#f9430f

Complementary Color

#f9430f #0fc5f9

#f9430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9430f Color CSS Codes

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

#f9430f Text Font Color

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

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


#f9430f Background Color

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

This div background color is #f9430f


#f9430f Border Color

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

This div border color is #f9430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9430f


Comments

No comments written yet.

Please login to write comment.