Shades of Grandis #FCC368
Tints of Grandis #FCC368
RGB
CMYK
RGB Variations
Color information
#FCC368 (or 0xFCC368) is known color: Grandis. HEX triplet: FC, C3 and 68. RGB value is (252,195,104). Sum of RGB (Red+Green+Blue) = 252+195+104=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC368 is #033C97. Grayscale: #CACACA. Windows color (decimal): -212120 or 6865916. OLE color: 6865916.
HSL color Cylindrical-coordinate representation of color #FCC368: hue angle of 36.89º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCC368 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 104 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.01 |
| HSL | 36.89º | 0.96% | 0.7% | - |
| HSV(B) | 36.89º | 0.59% | 0.99% | - |
| XYZ | 62.16 | 60.73 | 21.54 | - |
| YUV | 201.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 104 | 0 | 0.23 | 0.59 | 0.01 | 36.89 | 0.96 | 0.7 |
| Hex | FC | C3 | 68 | 0 | 17 | 3B | 1 | 25 | 60 | 46 |
| Octal | 374 | 303 | 150 | 0 | 27 | 73 | 1 | 45 | 140 | 106 |
| Binary | 11111100 | 11000011 | 1101000 | 0 | 10111 | 111011 | 1 | 100101 | 1100000 | 1000110 |
Color Harmonies of #FCC368
Complementary color
Monochromatic Colors of #FCC368
Black with #FCC368
Text Example
Text Example
White with #FCC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC368; }
p { color: rgb(252,195,104); }
H1.HeaderClassName
{
color: #FCC368;
}
.AnyTagClassName
{
color: #FCC368;
}
</style>
background-color css
<style>
a { background-color: #FCC368; }
a { background-color: rgb(252,195,104); }
div.DivClassName
{
background-color: #FCC368;
}
.BgClassName
{
background-color: #FCC368;
}
</style>
border-color css
<style>
span { border-color: #FCC368; }
span { border-color: rgb(252,195,104); }
td.TdClassName
{
border-color: #FCC368;
}
.TagClassName
{
border-color: #FCC368;
}
</style>