Shades of Grandis #FCCF78
Tints of Grandis #FCCF78
RGB
CMYK
RGB Variations
Color information
#FCCF78 (or 0xFCCF78) is known color: Grandis. HEX triplet: FC, CF and 78. RGB value is (252,207,120). Sum of RGB (Red+Green+Blue) = 252+207+120=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF78 is #033087. Grayscale: #D2D2D2. Windows color (decimal): -209032 or 7917564. OLE color: 7917564.
HSL color Cylindrical-coordinate representation of color #FCCF78: hue angle of 39.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCCF78 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 120 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.01 |
| HSL | 39.55º | 0.96% | 0.73% | - |
| HSV(B) | 39.55º | 0.52% | 0.99% | - |
| XYZ | 65.85 | 66.68 | 27.17 | - |
| YUV | 210.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 120 | 0 | 0.18 | 0.52 | 0.01 | 39.55 | 0.96 | 0.73 |
| Hex | FC | CF | 78 | 0 | 12 | 34 | 1 | 28 | 60 | 49 |
| Octal | 374 | 317 | 170 | 0 | 22 | 64 | 1 | 50 | 140 | 111 |
| Binary | 11111100 | 11001111 | 1111000 | 0 | 10010 | 110100 | 1 | 101000 | 1100000 | 1001001 |
Color Harmonies of #FCCF78
Complementary color
Monochromatic Colors of #FCCF78
Black with #FCCF78
Text Example
Text Example
White with #FCCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF78; }
p { color: rgb(252,207,120); }
H1.HeaderClassName
{
color: #FCCF78;
}
.AnyTagClassName
{
color: #FCCF78;
}
</style>
background-color css
<style>
a { background-color: #FCCF78; }
a { background-color: rgb(252,207,120); }
div.DivClassName
{
background-color: #FCCF78;
}
.BgClassName
{
background-color: #FCCF78;
}
</style>
border-color css
<style>
span { border-color: #FCCF78; }
span { border-color: rgb(252,207,120); }
td.TdClassName
{
border-color: #FCCF78;
}
.TagClassName
{
border-color: #FCCF78;
}
</style>