Shades of Grandis #FCC66B
Tints of Grandis #FCC66B
RGB
CMYK
RGB Variations
Color information
#FCC66B (or 0xFCC66B) is known color: Grandis. HEX triplet: FC, C6 and 6B. RGB value is (252,198,107). Sum of RGB (Red+Green+Blue) = 252+198+107=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC66B is #033994. Grayscale: #CCCCCC. Windows color (decimal): -211349 or 7063292. OLE color: 7063292.
HSL color Cylindrical-coordinate representation of color #FCC66B: hue angle of 37.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCC66B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 107 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.01 |
| HSL | 37.66º | 0.96% | 0.7% | - |
| HSV(B) | 37.66º | 0.58% | 0.99% | - |
| XYZ | 62.99 | 62.15 | 22.59 | - |
| YUV | 203.77 | 73.39 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 107 | 0 | 0.21 | 0.58 | 0.01 | 37.66 | 0.96 | 0.7 |
| Hex | FC | C6 | 6B | 0 | 15 | 3A | 1 | 26 | 60 | 46 |
| Octal | 374 | 306 | 153 | 0 | 25 | 72 | 1 | 46 | 140 | 106 |
| Binary | 11111100 | 11000110 | 1101011 | 0 | 10101 | 111010 | 1 | 100110 | 1100000 | 1000110 |
Color Harmonies of #FCC66B
Complementary color
Monochromatic Colors of #FCC66B
Black with #FCC66B
Text Example
Text Example
White with #FCC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC66B; }
p { color: rgb(252,198,107); }
H1.HeaderClassName
{
color: #FCC66B;
}
.AnyTagClassName
{
color: #FCC66B;
}
</style>
background-color css
<style>
a { background-color: #FCC66B; }
a { background-color: rgb(252,198,107); }
div.DivClassName
{
background-color: #FCC66B;
}
.BgClassName
{
background-color: #FCC66B;
}
</style>
border-color css
<style>
span { border-color: #FCC66B; }
span { border-color: rgb(252,198,107); }
td.TdClassName
{
border-color: #FCC66B;
}
.TagClassName
{
border-color: #FCC66B;
}
</style>