Color Hex Logo

#f9532f Color Hex

#F9532F
(249,83,47)
0 Favorites   0 Comments

Color spaces of #f9532f

RGB 2498347
HSL0.030.940.58
HSV11°81°98°
CMYK 0.000.670.81   0.02
XYZ42.673326.53155.5613
Yxy26.53150.57080.3549
Hunter Lab51.508757.741129.6547
CIE-Lab58.538161.577254.3087

#f9532f color RGB value is (249,83,47).

#f9532f hex color red value is 249, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f9532f hue: 0.03 , saturation: 0.94 and the lightness value of f9532f is 0.58.

The process color (four color CMYK) of #f9532f color hex is 0.00, 0.67, 0.81, 0.02. Web safe color of #f9532f is #ff6633. Color #f9532f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010011 00101111
Octal 371 123 57
Decimal 249 83 47
Hex F9 53 2F

RGB Percentages of Color #f9532f

%65.70
%21.90
%12.40

CMYK Percentages of Color #f9532f

%0
%67
%81
%2

Triadic Colors of #f9532f

#f9532f #2ff953 #532ff9

Analogous Colors of #f9532f

#f9532f #f9b82f #f92f70

Monochromatic Colors of #f9532f

#f9532f

Complementary Color

#f9532f #2fd5f9

#f9532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9532f Color CSS Codes

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

#f9532f Text Font Color

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

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


#f9532f Background Color

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

This div background color is #f9532f


#f9532f Border Color

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

This div border color is #f9532f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9532f

#f9532f Color Palettes


Comments

No comments written yet.

Please login to write comment.