Shades of Grandis #FDC768
Tints of Grandis #FDC768
RGB
CMYK
RGB Variations
Color information
#FDC768 (or 0xFDC768) is known color: Grandis. HEX triplet: FD, C7 and 68. RGB value is (253,199,104). Sum of RGB (Red+Green+Blue) = 253+199+104=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC768 is #023897. Grayscale: #CCCCCC. Windows color (decimal): -145560 or 6866941. OLE color: 6866941.
HSL color Cylindrical-coordinate representation of color #FDC768: hue angle of 38.26º 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 #FDC768 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 104 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.01 |
| HSL | 38.26º | 0.97% | 0.7% | - |
| HSV(B) | 38.26º | 0.59% | 0.99% | - |
| XYZ | 63.43 | 62.73 | 21.86 | - |
| YUV | 204.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 104 | 0 | 0.21 | 0.59 | 0.01 | 38.26 | 0.97 | 0.7 |
| Hex | FD | C7 | 68 | 0 | 15 | 3B | 1 | 26 | 61 | 46 |
| Octal | 375 | 307 | 150 | 0 | 25 | 73 | 1 | 46 | 141 | 106 |
| Binary | 11111101 | 11000111 | 1101000 | 0 | 10101 | 111011 | 1 | 100110 | 1100001 | 1000110 |
Color Harmonies of #FDC768
Complementary color
Monochromatic Colors of #FDC768
Black with #FDC768
Text Example
Text Example
White with #FDC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC768; }
p { color: rgb(253,199,104); }
H1.HeaderClassName
{
color: #FDC768;
}
.AnyTagClassName
{
color: #FDC768;
}
</style>
background-color css
<style>
a { background-color: #FDC768; }
a { background-color: rgb(253,199,104); }
div.DivClassName
{
background-color: #FDC768;
}
.BgClassName
{
background-color: #FDC768;
}
</style>
border-color css
<style>
span { border-color: #FDC768; }
span { border-color: rgb(253,199,104); }
td.TdClassName
{
border-color: #FDC768;
}
.TagClassName
{
border-color: #FDC768;
}
</style>