Shades of Grandis #FCCC77
Tints of Grandis #FCCC77
RGB
CMYK
RGB Variations
Color information
#FCCC77 (or 0xFCCC77) is known color: Grandis. HEX triplet: FC, CC and 77. RGB value is (252,204,119). Sum of RGB (Red+Green+Blue) = 252+204+119=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC77 is #033388. Grayscale: #D1D1D1. Windows color (decimal): -209801 or 7851260. OLE color: 7851260.
HSL color Cylindrical-coordinate representation of color #FCCC77: hue angle of 38.35º 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 #FCCC77 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 119 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.01 |
| HSL | 38.35º | 0.96% | 0.73% | - |
| HSV(B) | 38.35º | 0.53% | 0.99% | - |
| XYZ | 65.07 | 65.21 | 26.61 | - |
| YUV | 208.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 119 | 0 | 0.19 | 0.53 | 0.01 | 38.35 | 0.96 | 0.73 |
| Hex | FC | CC | 77 | 0 | 13 | 35 | 1 | 26 | 60 | 49 |
| Octal | 374 | 314 | 167 | 0 | 23 | 65 | 1 | 46 | 140 | 111 |
| Binary | 11111100 | 11001100 | 1110111 | 0 | 10011 | 110101 | 1 | 100110 | 1100000 | 1001001 |
Color Harmonies of #FCCC77
Complementary color
Monochromatic Colors of #FCCC77
Black with #FCCC77
Text Example
Text Example
White with #FCCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC77; }
p { color: rgb(252,204,119); }
H1.HeaderClassName
{
color: #FCCC77;
}
.AnyTagClassName
{
color: #FCCC77;
}
</style>
background-color css
<style>
a { background-color: #FCCC77; }
a { background-color: rgb(252,204,119); }
div.DivClassName
{
background-color: #FCCC77;
}
.BgClassName
{
background-color: #FCCC77;
}
</style>
border-color css
<style>
span { border-color: #FCCC77; }
span { border-color: rgb(252,204,119); }
td.TdClassName
{
border-color: #FCCC77;
}
.TagClassName
{
border-color: #FCCC77;
}
</style>