Shades of Grandis #FCC667
Tints of Grandis #FCC667
RGB
CMYK
RGB Variations
Color information
#FCC667 (or 0xFCC667) is known color: Grandis. HEX triplet: FC, C6 and 67. RGB value is (252,198,103). Sum of RGB (Red+Green+Blue) = 252+198+103=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC667 is #033998. Grayscale: #CBCBCB. Windows color (decimal): -211353 or 6801148. OLE color: 6801148.
HSL color Cylindrical-coordinate representation of color #FCC667: hue angle of 38.26º 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 #FCC667 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 103 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.01 |
| HSL | 38.26º | 0.96% | 0.7% | - |
| HSV(B) | 38.26º | 0.59% | 0.99% | - |
| XYZ | 62.79 | 62.06 | 21.5 | - |
| YUV | 203.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 103 | 0 | 0.21 | 0.59 | 0.01 | 38.26 | 0.96 | 0.7 |
| Hex | FC | C6 | 67 | 0 | 15 | 3B | 1 | 26 | 60 | 46 |
| Octal | 374 | 306 | 147 | 0 | 25 | 73 | 1 | 46 | 140 | 106 |
| Binary | 11111100 | 11000110 | 1100111 | 0 | 10101 | 111011 | 1 | 100110 | 1100000 | 1000110 |
Color Harmonies of #FCC667
Complementary color
Monochromatic Colors of #FCC667
Black with #FCC667
Text Example
Text Example
White with #FCC667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC667; }
p { color: rgb(252,198,103); }
H1.HeaderClassName
{
color: #FCC667;
}
.AnyTagClassName
{
color: #FCC667;
}
</style>
background-color css
<style>
a { background-color: #FCC667; }
a { background-color: rgb(252,198,103); }
div.DivClassName
{
background-color: #FCC667;
}
.BgClassName
{
background-color: #FCC667;
}
</style>
border-color css
<style>
span { border-color: #FCC667; }
span { border-color: rgb(252,198,103); }
td.TdClassName
{
border-color: #FCC667;
}
.TagClassName
{
border-color: #FCC667;
}
</style>