Shades of Grandis #FDCF68
Tints of Grandis #FDCF68
RGB
CMYK
RGB Variations
Color information
#FDCF68 (or 0xFDCF68) is known color: Grandis. HEX triplet: FD, CF and 68. RGB value is (253,207,104). Sum of RGB (Red+Green+Blue) = 253+207+104=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF68 is #023097. Grayscale: #D1D1D1. Windows color (decimal): -143512 or 6868989. OLE color: 6868989.
HSL color Cylindrical-coordinate representation of color #FDCF68: hue angle of 41.48º 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 #FDCF68 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 104 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.01 |
| HSL | 41.48º | 0.97% | 0.7% | - |
| HSV(B) | 41.48º | 0.59% | 0.99% | - |
| XYZ | 65.32 | 66.51 | 22.49 | - |
| YUV | 209.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 104 | 0 | 0.18 | 0.59 | 0.01 | 41.48 | 0.97 | 0.7 |
| Hex | FD | CF | 68 | 0 | 12 | 3B | 1 | 29 | 61 | 46 |
| Octal | 375 | 317 | 150 | 0 | 22 | 73 | 1 | 51 | 141 | 106 |
| Binary | 11111101 | 11001111 | 1101000 | 0 | 10010 | 111011 | 1 | 101001 | 1100001 | 1000110 |
Color Harmonies of #FDCF68
Complementary color
Monochromatic Colors of #FDCF68
Black with #FDCF68
Text Example
Text Example
White with #FDCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF68; }
p { color: rgb(253,207,104); }
H1.HeaderClassName
{
color: #FDCF68;
}
.AnyTagClassName
{
color: #FDCF68;
}
</style>
background-color css
<style>
a { background-color: #FDCF68; }
a { background-color: rgb(253,207,104); }
div.DivClassName
{
background-color: #FDCF68;
}
.BgClassName
{
background-color: #FDCF68;
}
</style>
border-color css
<style>
span { border-color: #FDCF68; }
span { border-color: rgb(253,207,104); }
td.TdClassName
{
border-color: #FDCF68;
}
.TagClassName
{
border-color: #FDCF68;
}
</style>