Shades of Grandis #FDCC64
Tints of Grandis #FDCC64
RGB
CMYK
RGB Variations
Color information
#FDCC64 (or 0xFDCC64) is known color: Grandis. HEX triplet: FD, CC and 64. RGB value is (253,204,100). Sum of RGB (Red+Green+Blue) = 253+204+100=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC64 is #02339B. Grayscale: #CFCFCF. Windows color (decimal): -144284 or 6606077. OLE color: 6606077.
HSL color Cylindrical-coordinate representation of color #FDCC64: hue angle of 40.78º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDCC64 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 100 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 40.78º | 0.97% | 0.69% | - |
| HSV(B) | 40.78º | 0.6% | 0.99% | - |
| XYZ | 64.4 | 64.99 | 21.21 | - |
| YUV | 206.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 100 | 0 | 0.19 | 0.60 | 0.01 | 40.78 | 0.97 | 0.69 |
| Hex | FD | CC | 64 | 0 | 13 | 3C | 1 | 29 | 61 | 45 |
| Octal | 375 | 314 | 144 | 0 | 23 | 74 | 1 | 51 | 141 | 105 |
| Binary | 11111101 | 11001100 | 1100100 | 0 | 10011 | 111100 | 1 | 101001 | 1100001 | 1000101 |
Color Harmonies of #FDCC64
Complementary color
Monochromatic Colors of #FDCC64
Black with #FDCC64
Text Example
Text Example
White with #FDCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC64; }
p { color: rgb(253,204,100); }
H1.HeaderClassName
{
color: #FDCC64;
}
.AnyTagClassName
{
color: #FDCC64;
}
</style>
background-color css
<style>
a { background-color: #FDCC64; }
a { background-color: rgb(253,204,100); }
div.DivClassName
{
background-color: #FDCC64;
}
.BgClassName
{
background-color: #FDCC64;
}
</style>
border-color css
<style>
span { border-color: #FDCC64; }
span { border-color: rgb(253,204,100); }
td.TdClassName
{
border-color: #FDCC64;
}
.TagClassName
{
border-color: #FDCC64;
}
</style>