color codes Logo

#f9995b color codes

#F9995B
(249,153,91)
0 Favorites   0 Comments

Color spaces of #f9995b

RGB 24915391
HSL0.070.930.67
HSV24°63°98°
CMYK 0.000.390.63   0.02
XYZ52.346543.677515.5692
Yxy43.67750.46910.3914
Hunter Lab66.089025.727332.2948
CIE-Lab72.012430.481347.1615

#f9995b color RGB value is (249,153,91).

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

The process color (four color CMYK) of #f9995b color code is 0.00, 0.39, 0.63, 0.02. Web safe color of #f9995b is #ff9966. Color #f9995b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 01011011
Octal 371 231 133
Decimal 249 153 91
Hex F9 99 5B

RGB Percentages of Color #f9995b

%50.51
%31.03
%18.46

CMYK Percentages of Color #f9995b

%0
%39
%63
%2

Triadic Colors of #f9995b

#f9995b #5bf999 #995bf9

Analogous Colors of #f9995b

#f9995b #f9e85b #f95b6c

Monochromatic Colors of #f9995b

#f9995b

Complementary Color

#f9995b #5bbbf9

#f9995b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9995b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9995b Color CSS Codes

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

#f9995b Text Font Color

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

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


#f9995b Background Color

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

This div background color is #f9995b


#f9995b Border Color

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

This div border color is #f9995b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9995b


Comments

No comments written yet.

Please login to write comment.