Shades of Grandis #FCC86B
Tints of Grandis #FCC86B
RGB
CMYK
RGB Variations
Color information
#FCC86B (or 0xFCC86B) is known color: Grandis. HEX triplet: FC, C8 and 6B. RGB value is (252,200,107). Sum of RGB (Red+Green+Blue) = 252+200+107=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC86B is #033794. Grayscale: #CDCDCD. Windows color (decimal): -210837 or 7063804. OLE color: 7063804.
HSL color Cylindrical-coordinate representation of color #FCC86B: hue angle of 38.48º 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 #FCC86B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 107 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.01 |
| HSL | 38.48º | 0.96% | 0.7% | - |
| HSV(B) | 38.48º | 0.58% | 0.99% | - |
| XYZ | 63.45 | 63.07 | 22.74 | - |
| YUV | 204.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 107 | 0 | 0.21 | 0.58 | 0.01 | 38.48 | 0.96 | 0.7 |
| Hex | FC | C8 | 6B | 0 | 15 | 3A | 1 | 26 | 60 | 46 |
| Octal | 374 | 310 | 153 | 0 | 25 | 72 | 1 | 46 | 140 | 106 |
| Binary | 11111100 | 11001000 | 1101011 | 0 | 10101 | 111010 | 1 | 100110 | 1100000 | 1000110 |
Color Harmonies of #FCC86B
Complementary color
Monochromatic Colors of #FCC86B
Black with #FCC86B
Text Example
Text Example
White with #FCC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC86B; }
p { color: rgb(252,200,107); }
H1.HeaderClassName
{
color: #FCC86B;
}
.AnyTagClassName
{
color: #FCC86B;
}
</style>
background-color css
<style>
a { background-color: #FCC86B; }
a { background-color: rgb(252,200,107); }
div.DivClassName
{
background-color: #FCC86B;
}
.BgClassName
{
background-color: #FCC86B;
}
</style>
border-color css
<style>
span { border-color: #FCC86B; }
span { border-color: rgb(252,200,107); }
td.TdClassName
{
border-color: #FCC86B;
}
.TagClassName
{
border-color: #FCC86B;
}
</style>