#FDA44E

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

Shades of Sunshade #FDA44E

Tints of Sunshade #FDA44E

Color information

#FDA44E (or 0xFDA44E) is unknown color: approx Sunshade. HEX triplet: FD, A4 and 4E. RGB value is (253,164,78). Sum of RGB (Red+Green+Blue) = 253+164+78=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA44E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA44E is #025BB1. Grayscale: #B5B5B5. Windows color (decimal): -154546 or 5154045. OLE color: 5154045.

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

Color convert

RGB25316478-
CMYK00.350.690.01
HSL29.49º97.77%64.9%-
HSV(B)29.49º69.17%99.22%-
XYZ55.1647.9813.56-
YUV180.8169.99179.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.11%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=51.11%
G=33.13%
B=15.76%

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
Decimal2531647800.350.690.0129.4997.7764.9
HexFDA44E0234511d6241
Octal375244116043105135142101
Binary111111011010010010011100100011100010111110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA44E; }

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

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

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

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

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

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

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

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