Shades of Grandis #FCCC65
Tints of Grandis #FCCC65
RGB
CMYK
RGB Variations
Color information
#FCCC65 (or 0xFCCC65) is known color: Grandis. HEX triplet: FC, CC and 65. RGB value is (252,204,101). Sum of RGB (Red+Green+Blue) = 252+204+101=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC65 is #03339A. Grayscale: #CFCFCF. Windows color (decimal): -209819 or 6671612. OLE color: 6671612.
HSL color Cylindrical-coordinate representation of color #FCCC65: hue angle of 40.93º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCCC65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 40.93º | 0.96% | 0.69% | - |
| HSV(B) | 40.93º | 0.6% | 0.99% | - |
| XYZ | 64.09 | 64.82 | 21.45 | - |
| YUV | 206.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 101 | 0 | 0.19 | 0.60 | 0.01 | 40.93 | 0.96 | 0.69 |
| Hex | FC | CC | 65 | 0 | 13 | 3C | 1 | 29 | 60 | 45 |
| Octal | 374 | 314 | 145 | 0 | 23 | 74 | 1 | 51 | 140 | 105 |
| Binary | 11111100 | 11001100 | 1100101 | 0 | 10011 | 111100 | 1 | 101001 | 1100000 | 1000101 |
Color Harmonies of #FCCC65
Complementary color
Monochromatic Colors of #FCCC65
Black with #FCCC65
Text Example
Text Example
White with #FCCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC65; }
p { color: rgb(252,204,101); }
H1.HeaderClassName
{
color: #FCCC65;
}
.AnyTagClassName
{
color: #FCCC65;
}
</style>
background-color css
<style>
a { background-color: #FCCC65; }
a { background-color: rgb(252,204,101); }
div.DivClassName
{
background-color: #FCCC65;
}
.BgClassName
{
background-color: #FCCC65;
}
</style>
border-color css
<style>
span { border-color: #FCCC65; }
span { border-color: rgb(252,204,101); }
td.TdClassName
{
border-color: #FCCC65;
}
.TagClassName
{
border-color: #FCCC65;
}
</style>