#FDA54E

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

Shades of Sunshade #FDA54E

Tints of Sunshade #FDA54E

Color information

#FDA54E (or 0xFDA54E) is unknown color: approx Sunshade. HEX triplet: FD, A5 and 4E. RGB value is (253,165,78). Sum of RGB (Red+Green+Blue) = 253+165+78=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA54E is #025AB1. Grayscale: #B5B5B5. Windows color (decimal): -154290 or 5154301. OLE color: 5154301.

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

Color convert

RGB25316578-
CMYK00.350.690.01
HSL29.83º97.77%64.9%-
HSV(B)29.83º69.17%99.22%-
XYZ55.3448.3413.62-
YUV181.3969.65179.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.01%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=51.01%
G=33.27%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531657800.350.690.0129.8397.7764.9
HexFDA54E0234511e6241
Octal375245116043105136142101
Binary111111011010010110011100100011100010111111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA54E; }

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

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

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

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

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

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

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

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