Shades of Grandis #FDC266
Tints of Grandis #FDC266
RGB
CMYK
RGB Variations
Color information
#FDC266 (or 0xFDC266) is known color: Grandis. HEX triplet: FD, C2 and 66. RGB value is (253,194,102). Sum of RGB (Red+Green+Blue) = 253+194+102=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC266 is #023D99. Grayscale: #C9C9C9. Windows color (decimal): -146842 or 6734589. OLE color: 6734589.
HSL color Cylindrical-coordinate representation of color #FDC266: hue angle of 36.56º 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 #FDC266 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 102 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.56º | 0.97% | 0.7% | - |
| HSV(B) | 36.56º | 0.6% | 0.99% | - |
| XYZ | 62.2 | 60.43 | 20.96 | - |
| YUV | 201.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 102 | 0 | 0.23 | 0.60 | 0.01 | 36.56 | 0.97 | 0.7 |
| Hex | FD | C2 | 66 | 0 | 17 | 3C | 1 | 25 | 61 | 46 |
| Octal | 375 | 302 | 146 | 0 | 27 | 74 | 1 | 45 | 141 | 106 |
| Binary | 11111101 | 11000010 | 1100110 | 0 | 10111 | 111100 | 1 | 100101 | 1100001 | 1000110 |
Color Harmonies of #FDC266
Complementary color
Monochromatic Colors of #FDC266
Black with #FDC266
Text Example
Text Example
White with #FDC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC266; }
p { color: rgb(253,194,102); }
H1.HeaderClassName
{
color: #FDC266;
}
.AnyTagClassName
{
color: #FDC266;
}
</style>
background-color css
<style>
a { background-color: #FDC266; }
a { background-color: rgb(253,194,102); }
div.DivClassName
{
background-color: #FDC266;
}
.BgClassName
{
background-color: #FDC266;
}
</style>
border-color css
<style>
span { border-color: #FDC266; }
span { border-color: rgb(253,194,102); }
td.TdClassName
{
border-color: #FDC266;
}
.TagClassName
{
border-color: #FDC266;
}
</style>