Shades of Grandis #FDC066
Tints of Grandis #FDC066
RGB
CMYK
RGB Variations
Color information
#FDC066 (or 0xFDC066) is known color: Grandis. HEX triplet: FD, C0 and 66. RGB value is (253,192,102). Sum of RGB (Red+Green+Blue) = 253+192+102=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC066 is #023F99. Grayscale: #C8C8C8. Windows color (decimal): -147354 or 6734077. OLE color: 6734077.
HSL color Cylindrical-coordinate representation of color #FDC066: hue angle of 35.76º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC066 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 102 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.01 |
| HSL | 35.76º | 0.97% | 0.7% | - |
| HSV(B) | 35.76º | 0.6% | 0.99% | - |
| XYZ | 61.76 | 59.54 | 20.81 | - |
| YUV | 199.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 102 | 0 | 0.24 | 0.60 | 0.01 | 35.76 | 0.97 | 0.7 |
| Hex | FD | C0 | 66 | 0 | 18 | 3C | 1 | 24 | 61 | 46 |
| Octal | 375 | 300 | 146 | 0 | 30 | 74 | 1 | 44 | 141 | 106 |
| Binary | 11111101 | 11000000 | 1100110 | 0 | 11000 | 111100 | 1 | 100100 | 1100001 | 1000110 |
Color Harmonies of #FDC066
Complementary color
Monochromatic Colors of #FDC066
Black with #FDC066
Text Example
Text Example
White with #FDC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC066; }
p { color: rgb(253,192,102); }
H1.HeaderClassName
{
color: #FDC066;
}
.AnyTagClassName
{
color: #FDC066;
}
</style>
background-color css
<style>
a { background-color: #FDC066; }
a { background-color: rgb(253,192,102); }
div.DivClassName
{
background-color: #FDC066;
}
.BgClassName
{
background-color: #FDC066;
}
</style>
border-color css
<style>
span { border-color: #FDC066; }
span { border-color: rgb(253,192,102); }
td.TdClassName
{
border-color: #FDC066;
}
.TagClassName
{
border-color: #FDC066;
}
</style>