Color Hex Logo

#f96018 Color Hex

#F96018
(249,96,24)
0 Favorites   0 Comments

Color spaces of #f96018

RGB 2499624
HSL0.050.950.54
HSV19°90°98°
CMYK 0.000.610.90   0.02
XYZ43.414728.57144.0908
Yxy28.57140.57070.3756
Hunter Lab53.452251.439032.8790
CIE-Lab60.401555.750164.7414

#f96018 color RGB value is (249,96,24).

#f96018 hex color red value is 249, green value is 96 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #f96018 hue: 0.05 , saturation: 0.95 and the lightness value of f96018 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 00011000
Octal 371 140 30
Decimal 249 96 24
Hex F9 60 18

RGB Percentages of Color #f96018

%67.48
%26.02
%6.50

CMYK Percentages of Color #f96018

%0
%61
%90
%2

Triadic Colors of #f96018

#f96018 #18f960 #6018f9

Analogous Colors of #f96018

#f96018 #f9d118 #f91840

Monochromatic Colors of #f96018

#f96018

Complementary Color

#f96018 #18b1f9

#f96018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96018 Color CSS Codes

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

#f96018 Text Font Color

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

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


#f96018 Background Color

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

This div background color is #f96018


#f96018 Border Color

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

This div border color is #f96018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96018


Comments

No comments written yet.

Please login to write comment.