Shades of Grandis #FCC967
Tints of Grandis #FCC967
RGB
CMYK
RGB Variations
Color information
#FCC967 (or 0xFCC967) is known color: Grandis. HEX triplet: FC, C9 and 67. RGB value is (252,201,103). Sum of RGB (Red+Green+Blue) = 252+201+103=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC967 is #033698. Grayscale: #CDCDCD. Windows color (decimal): -210585 or 6801916. OLE color: 6801916.
HSL color Cylindrical-coordinate representation of color #FCC967: hue angle of 39.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCC967 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 103 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.01 |
| HSL | 39.46º | 0.96% | 0.7% | - |
| HSV(B) | 39.46º | 0.59% | 0.99% | - |
| XYZ | 63.48 | 63.45 | 21.73 | - |
| YUV | 205.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 103 | 0 | 0.20 | 0.59 | 0.01 | 39.46 | 0.96 | 0.7 |
| Hex | FC | C9 | 67 | 0 | 14 | 3B | 1 | 27 | 60 | 46 |
| Octal | 374 | 311 | 147 | 0 | 24 | 73 | 1 | 47 | 140 | 106 |
| Binary | 11111100 | 11001001 | 1100111 | 0 | 10100 | 111011 | 1 | 100111 | 1100000 | 1000110 |
Color Harmonies of #FCC967
Complementary color
Monochromatic Colors of #FCC967
Black with #FCC967
Text Example
Text Example
White with #FCC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC967; }
p { color: rgb(252,201,103); }
H1.HeaderClassName
{
color: #FCC967;
}
.AnyTagClassName
{
color: #FCC967;
}
</style>
background-color css
<style>
a { background-color: #FCC967; }
a { background-color: rgb(252,201,103); }
div.DivClassName
{
background-color: #FCC967;
}
.BgClassName
{
background-color: #FCC967;
}
</style>
border-color css
<style>
span { border-color: #FCC967; }
span { border-color: rgb(252,201,103); }
td.TdClassName
{
border-color: #FCC967;
}
.TagClassName
{
border-color: #FCC967;
}
</style>