#FDA548

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

Shades of Sunshade #FDA548

Tints of Sunshade #FDA548

Color information

#FDA548 (or 0xFDA548) is unknown color: approx Sunshade. HEX triplet: FD, A5 and 48. RGB value is (253,165,72). Sum of RGB (Red+Green+Blue) = 253+165+72=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA548 is #025AB7. Grayscale: #B5B5B5. Windows color (decimal): -154296 or 4761085. OLE color: 4761085.

HSL color Cylindrical-coordinate representation of color #FDA548: hue angle of 30.83º 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 #FDA548 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB25316572-
CMYK00.350.720.01
HSL30.83º97.84%63.73%-
HSV(B)30.83º71.54%99.22%-
XYZ55.1348.2612.54-
YUV180.7166.65179.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 72 (28.52% from 255) = 14.69%
R=51.63%
G=33.67%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531657200.350.720.0130.8397.8463.73
HexFDA5480234811f6240
Octal375245110043110137142100
Binary111111011010010110010000100011100100011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA548; }

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

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

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

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

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

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

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

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