Color Hex Logo

#f96750 Color Hex

#F96750
(249,103,80)
0 Favorites   0 Comments

Color spaces of #f96750

RGB 24910380
HSL0.020.930.65
HSV68°98°
CMYK 0.000.590.68   0.02
XYZ45.365130.419411.0699
Yxy30.41940.52230.3502
Hunter Lab55.153850.300726.7076
CIE-Lab62.014454.479941.1626

#f96750 color RGB value is (249,103,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100111 01010000
Octal 371 147 120
Decimal 249 103 80
Hex F9 67 50

RGB Percentages of Color #f96750

%57.64
%23.84
%18.52

CMYK Percentages of Color #f96750

%0
%59
%68
%2

Triadic Colors of #f96750

#f96750 #50f967 #6750f9

Analogous Colors of #f96750

#f96750 #f9bc50 #f9508e

Monochromatic Colors of #f96750

#f96750

Complementary Color

#f96750 #50e2f9

#f96750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96750 Color CSS Codes

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

#f96750 Text Font Color

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

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


#f96750 Background Color

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

This div background color is #f96750


#f96750 Border Color

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

This div border color is #f96750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96750


Comments

No comments written yet.

Please login to write comment.