Shades of Grandis #FCC266
Tints of Grandis #FCC266
RGB
CMYK
RGB Variations
Color information
#FCC266 (or 0xFCC266) is known color: Grandis. HEX triplet: FC, C2 and 66. RGB value is (252,194,102). Sum of RGB (Red+Green+Blue) = 252+194+102=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC266 is #033D99. Grayscale: #C9C9C9. Windows color (decimal): -212378 or 6734588. OLE color: 6734588.
HSL color Cylindrical-coordinate representation of color #FCC266: hue angle of 36.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC266 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 102 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 36.8º | 0.96% | 0.69% | - |
| HSV(B) | 36.8º | 0.6% | 0.99% | - |
| XYZ | 61.83 | 60.24 | 20.94 | - |
| YUV | 200.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 102 | 0 | 0.23 | 0.60 | 0.01 | 36.8 | 0.96 | 0.69 |
| Hex | FC | C2 | 66 | 0 | 17 | 3C | 1 | 25 | 60 | 45 |
| Octal | 374 | 302 | 146 | 0 | 27 | 74 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000010 | 1100110 | 0 | 10111 | 111100 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC266
Complementary color
Monochromatic Colors of #FCC266
Black with #FCC266
Text Example
Text Example
White with #FCC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC266; }
p { color: rgb(252,194,102); }
H1.HeaderClassName
{
color: #FCC266;
}
.AnyTagClassName
{
color: #FCC266;
}
</style>
background-color css
<style>
a { background-color: #FCC266; }
a { background-color: rgb(252,194,102); }
div.DivClassName
{
background-color: #FCC266;
}
.BgClassName
{
background-color: #FCC266;
}
</style>
border-color css
<style>
span { border-color: #FCC266; }
span { border-color: rgb(252,194,102); }
td.TdClassName
{
border-color: #FCC266;
}
.TagClassName
{
border-color: #FCC266;
}
</style>