Shades of Grandis #FCC36B
Tints of Grandis #FCC36B
RGB
CMYK
RGB Variations
Color information
#FCC36B (or 0xFCC36B) is known color: Grandis. HEX triplet: FC, C3 and 6B. RGB value is (252,195,107). Sum of RGB (Red+Green+Blue) = 252+195+107=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC36B is #033C94. Grayscale: #CACACA. Windows color (decimal): -212117 or 7062524. OLE color: 7062524.
HSL color Cylindrical-coordinate representation of color #FCC36B: hue angle of 36.41º 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 #FCC36B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 107 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.01 |
| HSL | 36.41º | 0.96% | 0.7% | - |
| HSV(B) | 36.41º | 0.58% | 0.99% | - |
| XYZ | 62.31 | 60.79 | 22.36 | - |
| YUV | 202.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 107 | 0 | 0.23 | 0.58 | 0.01 | 36.41 | 0.96 | 0.7 |
| Hex | FC | C3 | 6B | 0 | 17 | 3A | 1 | 24 | 60 | 46 |
| Octal | 374 | 303 | 153 | 0 | 27 | 72 | 1 | 44 | 140 | 106 |
| Binary | 11111100 | 11000011 | 1101011 | 0 | 10111 | 111010 | 1 | 100100 | 1100000 | 1000110 |
Color Harmonies of #FCC36B
Complementary color
Monochromatic Colors of #FCC36B
Black with #FCC36B
Text Example
Text Example
White with #FCC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC36B; }
p { color: rgb(252,195,107); }
H1.HeaderClassName
{
color: #FCC36B;
}
.AnyTagClassName
{
color: #FCC36B;
}
</style>
background-color css
<style>
a { background-color: #FCC36B; }
a { background-color: rgb(252,195,107); }
div.DivClassName
{
background-color: #FCC36B;
}
.BgClassName
{
background-color: #FCC36B;
}
</style>
border-color css
<style>
span { border-color: #FCC36B; }
span { border-color: rgb(252,195,107); }
td.TdClassName
{
border-color: #FCC36B;
}
.TagClassName
{
border-color: #FCC36B;
}
</style>