Shades of Grandis #FCD172
Tints of Grandis #FCD172
RGB
CMYK
RGB Variations
Color information
#FCD172 (or 0xFCD172) is known color: Grandis. HEX triplet: FC, D1 and 72. RGB value is (252,209,114). Sum of RGB (Red+Green+Blue) = 252+209+114=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD172 is #032E8D. Grayscale: #D3D3D3. Windows color (decimal): -208526 or 7524860. OLE color: 7524860.
HSL color Cylindrical-coordinate representation of color #FCD172: hue angle of 41.3º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCD172 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 209 | 114 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.01 |
| HSL | 41.3º | 0.96% | 0.72% | - |
| HSV(B) | 41.3º | 0.55% | 0.99% | - |
| XYZ | 65.98 | 67.51 | 25.47 | - |
| YUV | 211.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 209 | 114 | 0 | 0.17 | 0.55 | 0.01 | 41.3 | 0.96 | 0.72 |
| Hex | FC | D1 | 72 | 0 | 11 | 37 | 1 | 29 | 60 | 48 |
| Octal | 374 | 321 | 162 | 0 | 21 | 67 | 1 | 51 | 140 | 110 |
| Binary | 11111100 | 11010001 | 1110010 | 0 | 10001 | 110111 | 1 | 101001 | 1100000 | 1001000 |
Color Harmonies of #FCD172
Complementary color
Monochromatic Colors of #FCD172
Black with #FCD172
Text Example
Text Example
White with #FCD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD172; }
p { color: rgb(252,209,114); }
H1.HeaderClassName
{
color: #FCD172;
}
.AnyTagClassName
{
color: #FCD172;
}
</style>
background-color css
<style>
a { background-color: #FCD172; }
a { background-color: rgb(252,209,114); }
div.DivClassName
{
background-color: #FCD172;
}
.BgClassName
{
background-color: #FCD172;
}
</style>
border-color css
<style>
span { border-color: #FCD172; }
span { border-color: rgb(252,209,114); }
td.TdClassName
{
border-color: #FCD172;
}
.TagClassName
{
border-color: #FCD172;
}
</style>