Shades of Grandis #FCCF7A
Tints of Grandis #FCCF7A
RGB
CMYK
RGB Variations
Color information
#FCCF7A (or 0xFCCF7A) is known color: Grandis. HEX triplet: FC, CF and 7A. RGB value is (252,207,122). Sum of RGB (Red+Green+Blue) = 252+207+122=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF7A is #033085. Grayscale: #D3D3D3. Windows color (decimal): -209030 or 8048636. OLE color: 8048636.
HSL color Cylindrical-coordinate representation of color #FCCF7A: hue angle of 39.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCCF7A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 122 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.01 |
| HSL | 39.23º | 0.96% | 0.73% | - |
| HSV(B) | 39.23º | 0.52% | 0.99% | - |
| XYZ | 65.97 | 66.73 | 27.81 | - |
| YUV | 210.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 122 | 0 | 0.18 | 0.52 | 0.01 | 39.23 | 0.96 | 0.73 |
| Hex | FC | CF | 7A | 0 | 12 | 34 | 1 | 27 | 60 | 49 |
| Octal | 374 | 317 | 172 | 0 | 22 | 64 | 1 | 47 | 140 | 111 |
| Binary | 11111100 | 11001111 | 1111010 | 0 | 10010 | 110100 | 1 | 100111 | 1100000 | 1001001 |
Color Harmonies of #FCCF7A
Complementary color
Monochromatic Colors of #FCCF7A
Black with #FCCF7A
Text Example
Text Example
White with #FCCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF7A; }
p { color: rgb(252,207,122); }
H1.HeaderClassName
{
color: #FCCF7A;
}
.AnyTagClassName
{
color: #FCCF7A;
}
</style>
background-color css
<style>
a { background-color: #FCCF7A; }
a { background-color: rgb(252,207,122); }
div.DivClassName
{
background-color: #FCCF7A;
}
.BgClassName
{
background-color: #FCCF7A;
}
</style>
border-color css
<style>
span { border-color: #FCCF7A; }
span { border-color: rgb(252,207,122); }
td.TdClassName
{
border-color: #FCCF7A;
}
.TagClassName
{
border-color: #FCCF7A;
}
</style>