Color Hex Logo

#f9630f Color Hex

#F9630F
(249,99,15)
0 Favorites   0 Comments

Color spaces of #f9630f

RGB 2499915
HSL0.060.950.52
HSV22°94°98°
CMYK 0.000.600.94   0.02
XYZ43.615029.09793.7696
Yxy29.09790.57030.3805
Hunter Lab53.942549.926233.6164
CIE-Lab60.867954.330867.3468

#f9630f color RGB value is (249,99,15).

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

The process color (four color CMYK) of #f9630f color hex is 0.00, 0.60, 0.94, 0.02. Web safe color of #f9630f is #ff6600. Color #f9630f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100011 00001111
Octal 371 143 17
Decimal 249 99 15
Hex F9 63 F

RGB Percentages of Color #f9630f

%68.60
%27.27
%4.13

CMYK Percentages of Color #f9630f

%0
%60
%94
%2

Triadic Colors of #f9630f

#f9630f #0ff963 #630ff9

Analogous Colors of #f9630f

#f9630f #f9d80f #f90f30

Monochromatic Colors of #f9630f

#f9630f

Complementary Color

#f9630f #0fa5f9

#f9630f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9630f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9630f Color CSS Codes

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

#f9630f Text Font Color

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

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


#f9630f Background Color

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

This div background color is #f9630f


#f9630f Border Color

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

This div border color is #f9630f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9630f


Comments

No comments written yet.

Please login to write comment.