#FDA048

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

Shades of Sunshade #FDA048

Tints of Sunshade #FDA048

Color information

#FDA048 (or 0xFDA048) is unknown color: approx Sunshade. HEX triplet: FD, A0 and 48. RGB value is (253,160,72). Sum of RGB (Red+Green+Blue) = 253+160+72=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA048 is #025FB7. Grayscale: #B2B2B2. Windows color (decimal): -155576 or 4759805. OLE color: 4759805.

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

Color convert

RGB25316072-
CMYK00.370.720.01
HSL29.17º97.84%63.73%-
HSV(B)29.17º71.54%99.22%-
XYZ54.2546.4912.25-
YUV177.7768.31181.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 72 (28.52% from 255) = 14.85%
R=52.16%
G=32.99%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531607200.370.720.0129.1797.8463.73
HexFDA0480254811d6240
Octal375240110045110135142100
Binary111111011010000010010000100101100100011110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA048; }

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

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

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

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

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

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

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

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