Shades of Grandis #FCD26F
Tints of Grandis #FCD26F
RGB
CMYK
RGB Variations
Color information
#FCD26F (or 0xFCD26F) is known color: Grandis. HEX triplet: FC, D2 and 6F. RGB value is (252,210,111). Sum of RGB (Red+Green+Blue) = 252+210+111=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD26F is #032D90. Grayscale: #D3D3D3. Windows color (decimal): -208273 or 7328508. OLE color: 7328508.
HSL color Cylindrical-coordinate representation of color #FCD26F: hue angle of 42.13º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCD26F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 210 | 111 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 42.13º | 0.96% | 0.71% | - |
| HSV(B) | 42.13º | 0.56% | 0.99% | - |
| XYZ | 66.06 | 67.94 | 24.67 | - |
| YUV | 211.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 210 | 111 | 0 | 0.17 | 0.56 | 0.01 | 42.13 | 0.96 | 0.71 |
| Hex | FC | D2 | 6F | 0 | 11 | 38 | 1 | 2A | 60 | 47 |
| Octal | 374 | 322 | 157 | 0 | 21 | 70 | 1 | 52 | 140 | 107 |
| Binary | 11111100 | 11010010 | 1101111 | 0 | 10001 | 111000 | 1 | 101010 | 1100000 | 1000111 |
Color Harmonies of #FCD26F
Complementary color
Monochromatic Colors of #FCD26F
Black with #FCD26F
Text Example
Text Example
White with #FCD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD26F; }
p { color: rgb(252,210,111); }
H1.HeaderClassName
{
color: #FCD26F;
}
.AnyTagClassName
{
color: #FCD26F;
}
</style>
background-color css
<style>
a { background-color: #FCD26F; }
a { background-color: rgb(252,210,111); }
div.DivClassName
{
background-color: #FCD26F;
}
.BgClassName
{
background-color: #FCD26F;
}
</style>
border-color css
<style>
span { border-color: #FCD26F; }
span { border-color: rgb(252,210,111); }
td.TdClassName
{
border-color: #FCD26F;
}
.TagClassName
{
border-color: #FCD26F;
}
</style>