Shades of Sunshade #FDA64E
Tints of Sunshade #FDA64E
RGB
CMYK
RGB Variations
Color information
#FDA64E (or 0xFDA64E) is known color: Sunshade. HEX triplet: FD, A6 and 4E. RGB value is (253,166,78). Sum of RGB (Red+Green+Blue) = 253+166+78=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA64E is #0259B1. Grayscale: #B6B6B6. Windows color (decimal): -154034 or 5154557. OLE color: 5154557.
HSL color Cylindrical-coordinate representation of color #FDA64E: hue angle of 30.17º 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 #FDA64E is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 78 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.01 |
| HSL | 30.17º | 0.98% | 0.65% | - |
| HSV(B) | 30.17º | 0.69% | 0.99% | - |
| XYZ | 55.52 | 48.71 | 13.68 | - |
| YUV | 181.98 | 69.32 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 78 | 0 | 0.34 | 0.69 | 0.01 | 30.17 | 0.98 | 0.65 |
| Hex | FD | A6 | 4E | 0 | 22 | 45 | 1 | 1E | 62 | 41 |
| Octal | 375 | 246 | 116 | 0 | 42 | 105 | 1 | 36 | 142 | 101 |
| Binary | 11111101 | 10100110 | 1001110 | 0 | 100010 | 1000101 | 1 | 11110 | 1100010 | 1000001 |
Color Harmonies of #FDA64E
Complementary color
Monochromatic Colors of #FDA64E
Black with #FDA64E
Text Example
Text Example
White with #FDA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA64E; }
p { color: rgb(253,166,78); }
H1.HeaderClassName
{
color: #FDA64E;
}
.AnyTagClassName
{
color: #FDA64E;
}
</style>
background-color css
<style>
a { background-color: #FDA64E; }
a { background-color: rgb(253,166,78); }
div.DivClassName
{
background-color: #FDA64E;
}
.BgClassName
{
background-color: #FDA64E;
}
</style>
border-color css
<style>
span { border-color: #FDA64E; }
span { border-color: rgb(253,166,78); }
td.TdClassName
{
border-color: #FDA64E;
}
.TagClassName
{
border-color: #FDA64E;
}
</style>