Color Hex Logo

#f96232 Color Hex

#F96232
(249,98,50)
0 Favorites   0 Comments

Color spaces of #f96232

RGB 2499850
HSL0.040.940.59
HSV14°80°98°
CMYK 0.000.610.80   0.02
XYZ44.010329.10546.3159
Yxy29.10540.55410.3664
Hunter Lab53.949451.203430.8235
CIE-Lab60.874555.464055.1220

#f96232 color RGB value is (249,98,50).

#f96232 hex color red value is 249, green value is 98 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #f96232 hue: 0.04 , saturation: 0.94 and the lightness value of f96232 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100010 00110010
Octal 371 142 62
Decimal 249 98 50
Hex F9 62 32

RGB Percentages of Color #f96232

%62.72
%24.69
%12.59

CMYK Percentages of Color #f96232

%0
%61
%80
%2

Triadic Colors of #f96232

#f96232 #32f962 #6232f9

Analogous Colors of #f96232

#f96232 #f9c632 #f93266

Monochromatic Colors of #f96232

#f96232

Complementary Color

#f96232 #32c9f9

#f96232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96232 Color CSS Codes

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

#f96232 Text Font Color

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

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


#f96232 Background Color

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

This div background color is #f96232


#f96232 Border Color

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

This div border color is #f96232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96232


Comments

No comments written yet.

Please login to write comment.