Shades of Grandis #FCCF6D
Tints of Grandis #FCCF6D
RGB
CMYK
RGB Variations
Color information
#FCCF6D (or 0xFCCF6D) is known color: Grandis. HEX triplet: FC, CF and 6D. RGB value is (252,207,109). Sum of RGB (Red+Green+Blue) = 252+207+109=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF6D is #033092. Grayscale: #D1D1D1. Windows color (decimal): -209043 or 7196668. OLE color: 7196668.
HSL color Cylindrical-coordinate representation of color #FCCF6D: hue angle of 41.12º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCCF6D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 109 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.01 |
| HSL | 41.12º | 0.96% | 0.71% | - |
| HSV(B) | 41.12º | 0.57% | 0.99% | - |
| XYZ | 65.22 | 66.43 | 23.85 | - |
| YUV | 209.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 109 | 0 | 0.18 | 0.57 | 0.01 | 41.12 | 0.96 | 0.71 |
| Hex | FC | CF | 6D | 0 | 12 | 39 | 1 | 29 | 60 | 47 |
| Octal | 374 | 317 | 155 | 0 | 22 | 71 | 1 | 51 | 140 | 107 |
| Binary | 11111100 | 11001111 | 1101101 | 0 | 10010 | 111001 | 1 | 101001 | 1100000 | 1000111 |
Color Harmonies of #FCCF6D
Complementary color
Monochromatic Colors of #FCCF6D
Black with #FCCF6D
Text Example
Text Example
White with #FCCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF6D; }
p { color: rgb(252,207,109); }
H1.HeaderClassName
{
color: #FCCF6D;
}
.AnyTagClassName
{
color: #FCCF6D;
}
</style>
background-color css
<style>
a { background-color: #FCCF6D; }
a { background-color: rgb(252,207,109); }
div.DivClassName
{
background-color: #FCCF6D;
}
.BgClassName
{
background-color: #FCCF6D;
}
</style>
border-color css
<style>
span { border-color: #FCCF6D; }
span { border-color: rgb(252,207,109); }
td.TdClassName
{
border-color: #FCCF6D;
}
.TagClassName
{
border-color: #FCCF6D;
}
</style>