Color Hex Logo

#f96753 Color Hex

#F96753
(249,103,83)
0 Favorites   0 Comments

Color spaces of #f96753

RGB 24910383
HSL0.020.930.65
HSV67°98°
CMYK 0.000.590.67   0.02
XYZ45.478530.464811.6669
Yxy30.46480.51910.3477
Hunter Lab55.194950.486026.1039
CIE-Lab62.053254.638039.5807

#f96753 color RGB value is (249,103,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 01010011
Octal 371 147 123
Decimal 249 103 83
Hex F9 67 53

RGB Percentages of Color #f96753

%57.24
%23.68
%19.08

CMYK Percentages of Color #f96753

%0
%59
%67
%2

Triadic Colors of #f96753

#f96753 #53f967 #6753f9

Analogous Colors of #f96753

#f96753 #f9ba53 #f95392

Monochromatic Colors of #f96753

#f96753

Complementary Color

#f96753 #53e5f9

#f96753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96753 Color CSS Codes

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

#f96753 Text Font Color

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

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


#f96753 Background Color

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

This div background color is #f96753


#f96753 Border Color

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

This div border color is #f96753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96753

Related Colors


Comments

No comments written yet.

Please login to write comment.