Color Hex Logo

#f9521d Color Hex

#F9521D
(249,82,29)
0 Favorites   0 Comments

Color spaces of #f9521d

RGB 2498229
HSL0.040.950.55
HSV14°88°98°
CMYK 0.000.670.88   0.02
XYZ42.306026.26304.0019
Yxy26.26300.58300.3619
Hunter Lab51.247457.673031.2433
CIE-Lab58.285961.563061.5826

#f9521d color RGB value is (249,82,29).

#f9521d hex color red value is 249, green value is 82 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f9521d hue: 0.04 , saturation: 0.95 and the lightness value of f9521d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 00011101
Octal 371 122 35
Decimal 249 82 29
Hex F9 52 1D

RGB Percentages of Color #f9521d

%69.17
%22.78
%8.06

CMYK Percentages of Color #f9521d

%0
%67
%88
%2

Triadic Colors of #f9521d

#f9521d #1df952 #521df9

Analogous Colors of #f9521d

#f9521d #f9c01d #f91d56

Monochromatic Colors of #f9521d

#f9521d

Complementary Color

#f9521d #1dc4f9

#f9521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9521d Color CSS Codes

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

#f9521d Text Font Color

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

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


#f9521d Background Color

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

This div background color is #f9521d


#f9521d Border Color

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

This div border color is #f9521d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9521d


Comments

No comments written yet.

Please login to write comment.