Shades of Grandis #FCCF77
Tints of Grandis #FCCF77
RGB
CMYK
RGB Variations
Color information
#FCCF77 (or 0xFCCF77) is known color: Grandis. HEX triplet: FC, CF and 77. RGB value is (252,207,119). Sum of RGB (Red+Green+Blue) = 252+207+119=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF77 is #033088. Grayscale: #D2D2D2. Windows color (decimal): -209033 or 7852028. OLE color: 7852028.
HSL color Cylindrical-coordinate representation of color #FCCF77: hue angle of 39.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCCF77 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.01 |
| HSL | 39.7º | 0.96% | 0.73% | - |
| HSV(B) | 39.7º | 0.53% | 0.99% | - |
| XYZ | 65.79 | 66.65 | 26.85 | - |
| YUV | 210.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 119 | 0 | 0.18 | 0.53 | 0.01 | 39.7 | 0.96 | 0.73 |
| Hex | FC | CF | 77 | 0 | 12 | 35 | 1 | 28 | 60 | 49 |
| Octal | 374 | 317 | 167 | 0 | 22 | 65 | 1 | 50 | 140 | 111 |
| Binary | 11111100 | 11001111 | 1110111 | 0 | 10010 | 110101 | 1 | 101000 | 1100000 | 1001001 |
Color Harmonies of #FCCF77
Complementary color
Monochromatic Colors of #FCCF77
Black with #FCCF77
Text Example
Text Example
White with #FCCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF77; }
p { color: rgb(252,207,119); }
H1.HeaderClassName
{
color: #FCCF77;
}
.AnyTagClassName
{
color: #FCCF77;
}
</style>
background-color css
<style>
a { background-color: #FCCF77; }
a { background-color: rgb(252,207,119); }
div.DivClassName
{
background-color: #FCCF77;
}
.BgClassName
{
background-color: #FCCF77;
}
</style>
border-color css
<style>
span { border-color: #FCCF77; }
span { border-color: rgb(252,207,119); }
td.TdClassName
{
border-color: #FCCF77;
}
.TagClassName
{
border-color: #FCCF77;
}
</style>