#FDA040

Color #FDA040 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FDA040

Tints of Sunshade #FDA040

Color information

#FDA040 (or 0xFDA040) is unknown color: approx Sunshade. HEX triplet: FD, A0 and 40. RGB value is (253,160,64). Sum of RGB (Red+Green+Blue) = 253+160+64=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA040 is #025FBF. Grayscale: #B1B1B1. Windows color (decimal): -155584 or 4235517. OLE color: 4235517.

HSL color Cylindrical-coordinate representation of color #FDA040: hue angle of 30.48º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDA040 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25316064-
CMYK00.370.750.01
HSL30.48º97.93%62.16%-
HSV(B)30.48º74.7%99.22%-
XYZ5446.3910.96-
YUV176.8664.31182.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=53.04%
G=33.54%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531606400.370.750.0130.4897.9362.16
HexFDA0400254B11e623e
Octal37524010004511313614276
Binary11111101101000001000000010010110010111111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA040; }

 p { color: rgb(253,160,64); }

 H1.HeaderClassName
 {
   color: #FDA040;
 }
 .AnyTagClassName
 {
   color: #FDA040;
 }
</style>
background-color css

<style>
 a { background-color: #FDA040; }

 a { background-color: rgb(253,160,64); }

 div.DivClassName
 {
   background-color: #FDA040;
 }
 .BgClassName
 {
   background-color: #FDA040;
 }
</style>
border-color css

<style>
 span { border-color: #FDA040; }

 span { border-color: rgb(253,160,64); }

 td.TdClassName
 {
   border-color: #FDA040;
 }
 .TagClassName
 {
   border-color: #FDA040;
 }
</style>