Color Hex Logo

#f9853f Color Hex

#F9853F
(249,133,63)
0 Favorites   0 Comments

Color spaces of #f9853f

RGB 24913363
HSL0.060.940.61
HSV23°75°98°
CMYK 0.000.470.75   0.02
XYZ48.351737.27379.3488
Yxy37.27370.50910.3925
Hunter Lab61.052234.525933.6576
CIE-Lab67.481939.306755.7018

#f9853f color RGB value is (249,133,63).

#f9853f hex color red value is 249, green value is 133 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #f9853f hue: 0.06 , saturation: 0.94 and the lightness value of f9853f is 0.61.

The process color (four color CMYK) of #f9853f color hex is 0.00, 0.47, 0.75, 0.02. Web safe color of #f9853f is #ff9933. Color #f9853f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000101 00111111
Octal 371 205 77
Decimal 249 133 63
Hex F9 85 3F

RGB Percentages of Color #f9853f

%55.96
%29.89
%14.16

CMYK Percentages of Color #f9853f

%0
%47
%75
%2

Triadic Colors of #f9853f

#f9853f #3ff985 #853ff9

Analogous Colors of #f9853f

#f9853f #f9e23f #f93f56

Monochromatic Colors of #f9853f

#f9853f

Complementary Color

#f9853f #3fb3f9

#f9853f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9853f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9853f Color CSS Codes

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

#f9853f Text Font Color

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

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


#f9853f Background Color

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

This div background color is #f9853f


#f9853f Border Color

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

This div border color is #f9853f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9853f

Related Colors


Comments

No comments written yet.

Please login to write comment.