Shades of Grandis #FDC868
Tints of Grandis #FDC868
RGB
CMYK
RGB Variations
Color information
#FDC868 (or 0xFDC868) is known color: Grandis. HEX triplet: FD, C8 and 68. RGB value is (253,200,104). Sum of RGB (Red+Green+Blue) = 253+200+104=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC868 is #023797. Grayscale: #CDCDCD. Windows color (decimal): -145304 or 6867197. OLE color: 6867197.
HSL color Cylindrical-coordinate representation of color #FDC868: hue angle of 38.66º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDC868 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 104 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.01 |
| HSL | 38.66º | 0.97% | 0.7% | - |
| HSV(B) | 38.66º | 0.59% | 0.99% | - |
| XYZ | 63.66 | 63.19 | 21.94 | - |
| YUV | 204.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 104 | 0 | 0.21 | 0.59 | 0.01 | 38.66 | 0.97 | 0.7 |
| Hex | FD | C8 | 68 | 0 | 15 | 3B | 1 | 27 | 61 | 46 |
| Octal | 375 | 310 | 150 | 0 | 25 | 73 | 1 | 47 | 141 | 106 |
| Binary | 11111101 | 11001000 | 1101000 | 0 | 10101 | 111011 | 1 | 100111 | 1100001 | 1000110 |
Color Harmonies of #FDC868
Complementary color
Monochromatic Colors of #FDC868
Black with #FDC868
Text Example
Text Example
White with #FDC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC868; }
p { color: rgb(253,200,104); }
H1.HeaderClassName
{
color: #FDC868;
}
.AnyTagClassName
{
color: #FDC868;
}
</style>
background-color css
<style>
a { background-color: #FDC868; }
a { background-color: rgb(253,200,104); }
div.DivClassName
{
background-color: #FDC868;
}
.BgClassName
{
background-color: #FDC868;
}
</style>
border-color css
<style>
span { border-color: #FDC868; }
span { border-color: rgb(253,200,104); }
td.TdClassName
{
border-color: #FDC868;
}
.TagClassName
{
border-color: #FDC868;
}
</style>