Shades of Sunshade #FDA64C
Tints of Sunshade #FDA64C
RGB
CMYK
RGB Variations
Color information
#FDA64C (or 0xFDA64C) is known color: Sunshade. HEX triplet: FD, A6 and 4C. RGB value is (253,166,76). Sum of RGB (Red+Green+Blue) = 253+166+76=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA64C is #0259B3. Grayscale: #B6B6B6. Windows color (decimal): -154036 or 5023485. OLE color: 5023485.
HSL color Cylindrical-coordinate representation of color #FDA64C: hue angle of 30.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA64C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 76 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.01 |
| HSL | 30.51º | 0.98% | 0.65% | - |
| HSV(B) | 30.51º | 0.7% | 0.99% | - |
| XYZ | 55.45 | 48.68 | 13.31 | - |
| YUV | 181.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 76 | 0 | 0.34 | 0.70 | 0.01 | 30.51 | 0.98 | 0.65 |
| Hex | FD | A6 | 4C | 0 | 22 | 46 | 1 | 1F | 62 | 41 |
| Octal | 375 | 246 | 114 | 0 | 42 | 106 | 1 | 37 | 142 | 101 |
| Binary | 11111101 | 10100110 | 1001100 | 0 | 100010 | 1000110 | 1 | 11111 | 1100010 | 1000001 |
Color Harmonies of #FDA64C
Complementary color
Monochromatic Colors of #FDA64C
Black with #FDA64C
Text Example
Text Example
White with #FDA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA64C; }
p { color: rgb(253,166,76); }
H1.HeaderClassName
{
color: #FDA64C;
}
.AnyTagClassName
{
color: #FDA64C;
}
</style>
background-color css
<style>
a { background-color: #FDA64C; }
a { background-color: rgb(253,166,76); }
div.DivClassName
{
background-color: #FDA64C;
}
.BgClassName
{
background-color: #FDA64C;
}
</style>
border-color css
<style>
span { border-color: #FDA64C; }
span { border-color: rgb(253,166,76); }
td.TdClassName
{
border-color: #FDA64C;
}
.TagClassName
{
border-color: #FDA64C;
}
</style>