Shades of Grandis #FCCF6A
Tints of Grandis #FCCF6A
RGB
CMYK
RGB Variations
Color information
#FCCF6A (or 0xFCCF6A) is known color: Grandis. HEX triplet: FC, CF and 6A. RGB value is (252,207,106). Sum of RGB (Red+Green+Blue) = 252+207+106=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF6A is #033095. Grayscale: #D1D1D1. Windows color (decimal): -209046 or 7000060. OLE color: 7000060.
HSL color Cylindrical-coordinate representation of color #FCCF6A: hue angle of 41.51º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCCF6A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.01 |
| HSL | 41.51º | 0.96% | 0.7% | - |
| HSV(B) | 41.51º | 0.58% | 0.99% | - |
| XYZ | 65.06 | 66.36 | 23.02 | - |
| YUV | 208.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 106 | 0 | 0.18 | 0.58 | 0.01 | 41.51 | 0.96 | 0.7 |
| Hex | FC | CF | 6A | 0 | 12 | 3A | 1 | 2A | 60 | 46 |
| Octal | 374 | 317 | 152 | 0 | 22 | 72 | 1 | 52 | 140 | 106 |
| Binary | 11111100 | 11001111 | 1101010 | 0 | 10010 | 111010 | 1 | 101010 | 1100000 | 1000110 |
Color Harmonies of #FCCF6A
Complementary color
Monochromatic Colors of #FCCF6A
Black with #FCCF6A
Text Example
Text Example
White with #FCCF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF6A; }
p { color: rgb(252,207,106); }
H1.HeaderClassName
{
color: #FCCF6A;
}
.AnyTagClassName
{
color: #FCCF6A;
}
</style>
background-color css
<style>
a { background-color: #FCCF6A; }
a { background-color: rgb(252,207,106); }
div.DivClassName
{
background-color: #FCCF6A;
}
.BgClassName
{
background-color: #FCCF6A;
}
</style>
border-color css
<style>
span { border-color: #FCCF6A; }
span { border-color: rgb(252,207,106); }
td.TdClassName
{
border-color: #FCCF6A;
}
.TagClassName
{
border-color: #FCCF6A;
}
</style>