Color Hex Logo

#f9685f Color Hex

#F9685F
(249,104,95)
0 Favorites   0 Comments

Color spaces of #f9685f

RGB 24910495
HSL0.010.930.67
HSV62°98°
CMYK 0.000.580.62   0.02
XYZ46.082830.866614.3555
Yxy30.86660.50470.3381
Hunter Lab55.557750.832323.5705
CIE-Lab62.394954.889933.3710

#f9685f color RGB value is (249,104,95).

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

The process color (four color CMYK) of #f9685f color hex is 0.00, 0.58, 0.62, 0.02. Web safe color of #f9685f is #ff6666. Color #f9685f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101000 01011111
Octal 371 150 137
Decimal 249 104 95
Hex F9 68 5F

RGB Percentages of Color #f9685f

%55.58
%23.21
%21.21

CMYK Percentages of Color #f9685f

%0
%58
%62
%2

Triadic Colors of #f9685f

#f9685f #5ff968 #685ff9

Analogous Colors of #f9685f

#f9685f #f9b55f #f95fa3

Monochromatic Colors of #f9685f

#f9685f

Complementary Color

#f9685f #5ff0f9

#f9685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9685f Color CSS Codes

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

#f9685f Text Font Color

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

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


#f9685f Background Color

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

This div background color is #f9685f


#f9685f Border Color

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

This div border color is #f9685f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,104,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 #f9685f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9685f


Comments

No comments written yet.

Please login to write comment.