Shades of Grandis #FDCC6C
Tints of Grandis #FDCC6C
RGB
CMYK
RGB Variations
Color information
#FDCC6C (or 0xFDCC6C) is known color: Grandis. HEX triplet: FD, CC and 6C. RGB value is (253,204,108). Sum of RGB (Red+Green+Blue) = 253+204+108=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC6C is #023393. Grayscale: #D0D0D0. Windows color (decimal): -144276 or 7130365. OLE color: 7130365.
HSL color Cylindrical-coordinate representation of color #FDCC6C: hue angle of 39.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDCC6C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 108 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.01 |
| HSL | 39.72º | 0.97% | 0.71% | - |
| HSV(B) | 39.72º | 0.57% | 0.99% | - |
| XYZ | 64.81 | 65.15 | 23.35 | - |
| YUV | 207.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 108 | 0 | 0.19 | 0.57 | 0.01 | 39.72 | 0.97 | 0.71 |
| Hex | FD | CC | 6C | 0 | 13 | 39 | 1 | 28 | 61 | 47 |
| Octal | 375 | 314 | 154 | 0 | 23 | 71 | 1 | 50 | 141 | 107 |
| Binary | 11111101 | 11001100 | 1101100 | 0 | 10011 | 111001 | 1 | 101000 | 1100001 | 1000111 |
Color Harmonies of #FDCC6C
Complementary color
Monochromatic Colors of #FDCC6C
Black with #FDCC6C
Text Example
Text Example
White with #FDCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC6C; }
p { color: rgb(253,204,108); }
H1.HeaderClassName
{
color: #FDCC6C;
}
.AnyTagClassName
{
color: #FDCC6C;
}
</style>
background-color css
<style>
a { background-color: #FDCC6C; }
a { background-color: rgb(253,204,108); }
div.DivClassName
{
background-color: #FDCC6C;
}
.BgClassName
{
background-color: #FDCC6C;
}
</style>
border-color css
<style>
span { border-color: #FDCC6C; }
span { border-color: rgb(253,204,108); }
td.TdClassName
{
border-color: #FDCC6C;
}
.TagClassName
{
border-color: #FDCC6C;
}
</style>