Color Hex Logo

#f9835f Color Hex

#F9835F
(249,131,95)
0 Favorites   0 Comments

Color spaces of #f9835f

RGB 24913195
HSL0.040.930.67
HSV14°62°98°
CMYK 0.000.470.62   0.02
XYZ49.248837.198615.4108
Yxy37.19860.48350.3652
Hunter Lab60.990737.401727.7124
CIE-Lab67.425842.001939.6094

#f9835f color RGB value is (249,131,95).

#f9835f hex color red value is 249, green value is 131 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f9835f hue: 0.04 , saturation: 0.93 and the lightness value of f9835f is 0.67.

The process color (four color CMYK) of #f9835f color hex is 0.00, 0.47, 0.62, 0.02. Web safe color of #f9835f is #ff9966. Color #f9835f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000011 01011111
Octal 371 203 137
Decimal 249 131 95
Hex F9 83 5F

RGB Percentages of Color #f9835f

%52.42
%27.58
%20.00

CMYK Percentages of Color #f9835f

%0
%47
%62
%2

Triadic Colors of #f9835f

#f9835f #5ff983 #835ff9

Analogous Colors of #f9835f

#f9835f #f9d05f #f95f88

Monochromatic Colors of #f9835f

#f9835f

Complementary Color

#f9835f #5fd5f9

#f9835f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9835f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9835f Color CSS Codes

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

#f9835f Text Font Color

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

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


#f9835f Background Color

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

This div background color is #f9835f


#f9835f Border Color

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

This div border color is #f9835f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9835f

Related Colors


Comments

No comments written yet.

Please login to write comment.