Color Hex Logo

#f9620e Color Hex

#F9620E
(249,98,14)
0 Favorites   0 Comments

Color spaces of #f9620e

RGB 2499814
HSL0.060.950.52
HSV21°94°98°
CMYK 0.000.610.94   0.02
XYZ43.513928.90683.7016
Yxy28.90680.57160.3797
Hunter Lab53.765050.377433.5536
CIE-Lab60.699354.759567.4504

#f9620e color RGB value is (249,98,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 00001110
Octal 371 142 16
Decimal 249 98 14
Hex F9 62 E

RGB Percentages of Color #f9620e

%68.98
%27.15
%3.88

CMYK Percentages of Color #f9620e

%0
%61
%94
%2

Triadic Colors of #f9620e

#f9620e #0ef962 #620ef9

Analogous Colors of #f9620e

#f9620e #f9d80e #f90e30

Monochromatic Colors of #f9620e

#f9620e

Complementary Color

#f9620e #0ea5f9

#f9620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9620e Color CSS Codes

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

#f9620e Text Font Color

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

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


#f9620e Background Color

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

This div background color is #f9620e


#f9620e Border Color

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

This div border color is #f9620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9620e


Comments

No comments written yet.

Please login to write comment.