Shades of Grandis #FCC366
Tints of Grandis #FCC366
RGB
CMYK
RGB Variations
Color information
#FCC366 (or 0xFCC366) is known color: Grandis. HEX triplet: FC, C3 and 66. RGB value is (252,195,102). Sum of RGB (Red+Green+Blue) = 252+195+102=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC366 is #033C99. Grayscale: #C9C9C9. Windows color (decimal): -212122 or 6734844. OLE color: 6734844.
HSL color Cylindrical-coordinate representation of color #FCC366: hue angle of 37.2º 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 #FCC366 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 102 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 37.2º | 0.96% | 0.69% | - |
| HSV(B) | 37.2º | 0.6% | 0.99% | - |
| XYZ | 62.06 | 60.68 | 21.01 | - |
| YUV | 201.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 102 | 0 | 0.23 | 0.60 | 0.01 | 37.2 | 0.96 | 0.69 |
| Hex | FC | C3 | 66 | 0 | 17 | 3C | 1 | 25 | 60 | 45 |
| Octal | 374 | 303 | 146 | 0 | 27 | 74 | 1 | 45 | 140 | 105 |
| Binary | 11111100 | 11000011 | 1100110 | 0 | 10111 | 111100 | 1 | 100101 | 1100000 | 1000101 |
Color Harmonies of #FCC366
Complementary color
Monochromatic Colors of #FCC366
Black with #FCC366
Text Example
Text Example
White with #FCC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC366; }
p { color: rgb(252,195,102); }
H1.HeaderClassName
{
color: #FCC366;
}
.AnyTagClassName
{
color: #FCC366;
}
</style>
background-color css
<style>
a { background-color: #FCC366; }
a { background-color: rgb(252,195,102); }
div.DivClassName
{
background-color: #FCC366;
}
.BgClassName
{
background-color: #FCC366;
}
</style>
border-color css
<style>
span { border-color: #FCC366; }
span { border-color: rgb(252,195,102); }
td.TdClassName
{
border-color: #FCC366;
}
.TagClassName
{
border-color: #FCC366;
}
</style>