Color Hex Logo

#fd9028 Color Hex

#FD9028
(253,144,40)
0 Favorites   0 Comments

Color spaces of #fd9028

RGB 25314440
HSL0.080.980.57
HSV29°84°99°
CMYK 0.000.430.84   0.01
XYZ50.864340.98247.2370
Yxy40.98240.51330.4136
Hunter Lab64.017529.794338.1097
CIE-Lab70.163634.544967.5434

#fd9028 color RGB value is (253,144,40).

#fd9028 hex color red value is 253, green value is 144 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fd9028 hue: 0.08 , saturation: 0.98 and the lightness value of fd9028 is 0.57.

The process color (four color CMYK) of #fd9028 color hex is 0.00, 0.43, 0.84, 0.01. Web safe color of #fd9028 is #ff9933. Color #fd9028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 00101000
Octal 375 220 50
Decimal 253 144 40
Hex FD 90 28

RGB Percentages of Color #fd9028

%57.89
%32.95
%9.15

CMYK Percentages of Color #fd9028

%0
%43
%84
%1

Triadic Colors of #fd9028

#fd9028 #28fd90 #9028fd

Analogous Colors of #fd9028

#fd9028 #fdfb28 #fd282a

Monochromatic Colors of #fd9028

#fd9028

Complementary Color

#fd9028 #2895fd

#fd9028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9028 Color CSS Codes

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

#fd9028 Text Font Color

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

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


#fd9028 Background Color

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

This div background color is #fd9028


#fd9028 Border Color

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

This div border color is #fd9028


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,144,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd9028; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd9028;
  -webkit-box-shadow: 1px 1px 3px 2px #fd9028;
  box-shadow:         1px 1px 3px 2px #fd9028; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,144,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9028


Comments

No comments written yet.

Please login to write comment.