Color Hex Logo

#f96038 Color Hex

#F96038
(249,96,56)
0 Favorites   0 Comments

Color spaces of #f96038

RGB 2499656
HSL0.030.940.60
HSV12°78°98°
CMYK 0.000.610.78   0.02
XYZ43.963628.79106.9815
Yxy28.79100.55140.3611
Hunter Lab53.657252.352329.8457
CIE-Lab60.596756.524652.0137

#f96038 color RGB value is (249,96,56).

#f96038 hex color red value is 249, green value is 96 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #f96038 hue: 0.03 , saturation: 0.94 and the lightness value of f96038 is 0.60.

The process color (four color CMYK) of #f96038 color hex is 0.00, 0.61, 0.78, 0.02. Web safe color of #f96038 is #ff6633. Color #f96038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100000 00111000
Octal 371 140 70
Decimal 249 96 56
Hex F9 60 38

RGB Percentages of Color #f96038

%62.09
%23.94
%13.97

CMYK Percentages of Color #f96038

%0
%61
%78
%2

Triadic Colors of #f96038

#f96038 #38f960 #6038f9

Analogous Colors of #f96038

#f96038 #f9c138 #f93871

Monochromatic Colors of #f96038

#f96038

Complementary Color

#f96038 #38d1f9

#f96038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96038 Color CSS Codes

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

#f96038 Text Font Color

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

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


#f96038 Background Color

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

This div background color is #f96038


#f96038 Border Color

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

This div border color is #f96038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96038


Comments

No comments written yet.

Please login to write comment.