Color Hex Logo

#fd904a Color Hex

#FD904A
(253,144,74)
0 Favorites   0 Comments

Color spaces of #fd904a

RGB 25314474
HSL0.070.980.64
HSV23°71°99°
CMYK 0.000.430.71   0.01
XYZ51.717341.323611.7290
Yxy41.32360.49360.3944
Hunter Lab64.283431.110834.1805
CIE-Lab70.402035.773853.8070

#fd904a color RGB value is (253,144,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 01001010
Octal 375 220 112
Decimal 253 144 74
Hex FD 90 4A

RGB Percentages of Color #fd904a

%53.72
%30.57
%15.71

CMYK Percentages of Color #fd904a

%0
%43
%71
%1

Triadic Colors of #fd904a

#fd904a #4afd90 #904afd

Analogous Colors of #fd904a

#fd904a #fdea4a #fd4a5e

Monochromatic Colors of #fd904a

#fd904a

Complementary Color

#fd904a #4ab7fd

#fd904a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd904a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd904a Color CSS Codes

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

#fd904a Text Font Color

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

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


#fd904a Background Color

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

This div background color is #fd904a


#fd904a Border Color

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

This div border color is #fd904a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd904a

Related Colors


Comments

No comments written yet.

Please login to write comment.