Shades of Grandis #FDC568
Tints of Grandis #FDC568
RGB
CMYK
RGB Variations
Color information
#FDC568 (or 0xFDC568) is known color: Grandis. HEX triplet: FD, C5 and 68. RGB value is (253,197,104). Sum of RGB (Red+Green+Blue) = 253+197+104=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC568 is #023A97. Grayscale: #CBCBCB. Windows color (decimal): -146072 or 6866429. OLE color: 6866429.
HSL color Cylindrical-coordinate representation of color #FDC568: hue angle of 37.45º 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 #FDC568 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 104 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.01 |
| HSL | 37.45º | 0.97% | 0.7% | - |
| HSV(B) | 37.45º | 0.59% | 0.99% | - |
| XYZ | 62.97 | 61.81 | 21.71 | - |
| YUV | 203.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 104 | 0 | 0.22 | 0.59 | 0.01 | 37.45 | 0.97 | 0.7 |
| Hex | FD | C5 | 68 | 0 | 16 | 3B | 1 | 25 | 61 | 46 |
| Octal | 375 | 305 | 150 | 0 | 26 | 73 | 1 | 45 | 141 | 106 |
| Binary | 11111101 | 11000101 | 1101000 | 0 | 10110 | 111011 | 1 | 100101 | 1100001 | 1000110 |
Color Harmonies of #FDC568
Complementary color
Monochromatic Colors of #FDC568
Black with #FDC568
Text Example
Text Example
White with #FDC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC568; }
p { color: rgb(253,197,104); }
H1.HeaderClassName
{
color: #FDC568;
}
.AnyTagClassName
{
color: #FDC568;
}
</style>
background-color css
<style>
a { background-color: #FDC568; }
a { background-color: rgb(253,197,104); }
div.DivClassName
{
background-color: #FDC568;
}
.BgClassName
{
background-color: #FDC568;
}
</style>
border-color css
<style>
span { border-color: #FDC568; }
span { border-color: rgb(253,197,104); }
td.TdClassName
{
border-color: #FDC568;
}
.TagClassName
{
border-color: #FDC568;
}
</style>