Shades of Sunshade #FDA64A
Tints of Sunshade #FDA64A
RGB
CMYK
RGB Variations
Color information
#FDA64A (or 0xFDA64A) is known color: Sunshade. HEX triplet: FD, A6 and 4A. RGB value is (253,166,74). Sum of RGB (Red+Green+Blue) = 253+166+74=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA64A is #0259B5. Grayscale: #B5B5B5. Windows color (decimal): -154038 or 4892413. OLE color: 4892413.
HSL color Cylindrical-coordinate representation of color #FDA64A: hue angle of 30.84º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDA64A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 74 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.01 |
| HSL | 30.84º | 0.98% | 0.64% | - |
| HSV(B) | 30.84º | 0.71% | 0.99% | - |
| XYZ | 55.38 | 48.65 | 12.95 | - |
| YUV | 181.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 74 | 0 | 0.34 | 0.71 | 0.01 | 30.84 | 0.98 | 0.64 |
| Hex | FD | A6 | 4A | 0 | 22 | 47 | 1 | 1F | 62 | 40 |
| Octal | 375 | 246 | 112 | 0 | 42 | 107 | 1 | 37 | 142 | 100 |
| Binary | 11111101 | 10100110 | 1001010 | 0 | 100010 | 1000111 | 1 | 11111 | 1100010 | 1000000 |
Color Harmonies of #FDA64A
Complementary color
Monochromatic Colors of #FDA64A
Black with #FDA64A
Text Example
Text Example
White with #FDA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA64A; }
p { color: rgb(253,166,74); }
H1.HeaderClassName
{
color: #FDA64A;
}
.AnyTagClassName
{
color: #FDA64A;
}
</style>
background-color css
<style>
a { background-color: #FDA64A; }
a { background-color: rgb(253,166,74); }
div.DivClassName
{
background-color: #FDA64A;
}
.BgClassName
{
background-color: #FDA64A;
}
</style>
border-color css
<style>
span { border-color: #FDA64A; }
span { border-color: rgb(253,166,74); }
td.TdClassName
{
border-color: #FDA64A;
}
.TagClassName
{
border-color: #FDA64A;
}
</style>