Color Hex Logo

#f96452 Color Hex

#F96452
(249,100,82)
0 Favorites   0 Comments

Color spaces of #f96452

RGB 24910082
HSL0.020.930.65
HSV67°98°
CMYK 0.000.600.67   0.02
XYZ45.147129.863311.3673
Yxy29.86330.52270.3457
Hunter Lab54.647351.835725.9201
CIE-Lab61.536155.914739.5093

#f96452 color RGB value is (249,100,82).

#f96452 hex color red value is 249, green value is 100 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #f96452 hue: 0.02 , saturation: 0.93 and the lightness value of f96452 is 0.65.

The process color (four color CMYK) of #f96452 color hex is 0.00, 0.60, 0.67, 0.02. Web safe color of #f96452 is #ff6666. Color #f96452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 01010010
Octal 371 144 122
Decimal 249 100 82
Hex F9 64 52

RGB Percentages of Color #f96452

%57.77
%23.20
%19.03

CMYK Percentages of Color #f96452

%0
%60
%67
%2

Triadic Colors of #f96452

#f96452 #52f964 #6452f9

Analogous Colors of #f96452

#f96452 #f9b852 #f95294

Monochromatic Colors of #f96452

#f96452

Complementary Color

#f96452 #52e7f9

#f96452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96452 Color CSS Codes

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

#f96452 Text Font Color

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

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


#f96452 Background Color

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

This div background color is #f96452


#f96452 Border Color

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

This div border color is #f96452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96452

Related Colors


Comments

No comments written yet.

Please login to write comment.