Shades of Grandis #FCCD70
Tints of Grandis #FCCD70
RGB
CMYK
RGB Variations
Color information
#FCCD70 (or 0xFCCD70) is known color: Grandis. HEX triplet: FC, CD and 70. RGB value is (252,205,112). Sum of RGB (Red+Green+Blue) = 252+205+112=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD70 is #03328F. Grayscale: #D0D0D0. Windows color (decimal): -209552 or 7392764. OLE color: 7392764.
HSL color Cylindrical-coordinate representation of color #FCCD70: hue angle of 39.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCCD70 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 112 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.01 |
| HSL | 39.86º | 0.96% | 0.71% | - |
| HSV(B) | 39.86º | 0.56% | 0.99% | - |
| XYZ | 64.9 | 65.53 | 24.56 | - |
| YUV | 208.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 112 | 0 | 0.19 | 0.56 | 0.01 | 39.86 | 0.96 | 0.71 |
| Hex | FC | CD | 70 | 0 | 13 | 38 | 1 | 28 | 60 | 47 |
| Octal | 374 | 315 | 160 | 0 | 23 | 70 | 1 | 50 | 140 | 107 |
| Binary | 11111100 | 11001101 | 1110000 | 0 | 10011 | 111000 | 1 | 101000 | 1100000 | 1000111 |
Color Harmonies of #FCCD70
Complementary color
Monochromatic Colors of #FCCD70
Black with #FCCD70
Text Example
Text Example
White with #FCCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD70; }
p { color: rgb(252,205,112); }
H1.HeaderClassName
{
color: #FCCD70;
}
.AnyTagClassName
{
color: #FCCD70;
}
</style>
background-color css
<style>
a { background-color: #FCCD70; }
a { background-color: rgb(252,205,112); }
div.DivClassName
{
background-color: #FCCD70;
}
.BgClassName
{
background-color: #FCCD70;
}
</style>
border-color css
<style>
span { border-color: #FCCD70; }
span { border-color: rgb(252,205,112); }
td.TdClassName
{
border-color: #FCCD70;
}
.TagClassName
{
border-color: #FCCD70;
}
</style>