Shades of Grandis #FCC26B
Tints of Grandis #FCC26B
RGB
CMYK
RGB Variations
Color information
#FCC26B (or 0xFCC26B) is known color: Grandis. HEX triplet: FC, C2 and 6B. RGB value is (252,194,107). Sum of RGB (Red+Green+Blue) = 252+194+107=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC26B is #033D94. Grayscale: #C9C9C9. Windows color (decimal): -212373 or 7062268. OLE color: 7062268.
HSL color Cylindrical-coordinate representation of color #FCC26B: hue angle of 36º 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 #FCC26B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 107 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.01 |
| HSL | 36º | 0.96% | 0.7% | - |
| HSV(B) | 36º | 0.58% | 0.99% | - |
| XYZ | 62.09 | 60.34 | 22.28 | - |
| YUV | 201.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 107 | 0 | 0.23 | 0.58 | 0.01 | 36 | 0.96 | 0.7 |
| Hex | FC | C2 | 6B | 0 | 17 | 3A | 1 | 24 | 60 | 46 |
| Octal | 374 | 302 | 153 | 0 | 27 | 72 | 1 | 44 | 140 | 106 |
| Binary | 11111100 | 11000010 | 1101011 | 0 | 10111 | 111010 | 1 | 100100 | 1100000 | 1000110 |
Color Harmonies of #FCC26B
Complementary color
Monochromatic Colors of #FCC26B
Black with #FCC26B
Text Example
Text Example
White with #FCC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC26B; }
p { color: rgb(252,194,107); }
H1.HeaderClassName
{
color: #FCC26B;
}
.AnyTagClassName
{
color: #FCC26B;
}
</style>
background-color css
<style>
a { background-color: #FCC26B; }
a { background-color: rgb(252,194,107); }
div.DivClassName
{
background-color: #FCC26B;
}
.BgClassName
{
background-color: #FCC26B;
}
</style>
border-color css
<style>
span { border-color: #FCC26B; }
span { border-color: rgb(252,194,107); }
td.TdClassName
{
border-color: #FCC26B;
}
.TagClassName
{
border-color: #FCC26B;
}
</style>