Shades of Grandis #FDC667
Tints of Grandis #FDC667
RGB
CMYK
RGB Variations
Color information
#FDC667 (or 0xFDC667) is known color: Grandis. HEX triplet: FD, C6 and 67. RGB value is (253,198,103). Sum of RGB (Red+Green+Blue) = 253+198+103=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC667 is #023998. Grayscale: #CCCCCC. Windows color (decimal): -145817 or 6801149. OLE color: 6801149.
HSL color Cylindrical-coordinate representation of color #FDC667: hue angle of 38º 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 #FDC667 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 103 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.01 |
| HSL | 38º | 0.97% | 0.7% | - |
| HSV(B) | 38º | 0.59% | 0.99% | - |
| XYZ | 63.15 | 62.25 | 21.52 | - |
| YUV | 203.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 103 | 0 | 0.22 | 0.59 | 0.01 | 38 | 0.97 | 0.7 |
| Hex | FD | C6 | 67 | 0 | 16 | 3B | 1 | 26 | 61 | 46 |
| Octal | 375 | 306 | 147 | 0 | 26 | 73 | 1 | 46 | 141 | 106 |
| Binary | 11111101 | 11000110 | 1100111 | 0 | 10110 | 111011 | 1 | 100110 | 1100001 | 1000110 |
Color Harmonies of #FDC667
Complementary color
Monochromatic Colors of #FDC667
Black with #FDC667
Text Example
Text Example
White with #FDC667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC667; }
p { color: rgb(253,198,103); }
H1.HeaderClassName
{
color: #FDC667;
}
.AnyTagClassName
{
color: #FDC667;
}
</style>
background-color css
<style>
a { background-color: #FDC667; }
a { background-color: rgb(253,198,103); }
div.DivClassName
{
background-color: #FDC667;
}
.BgClassName
{
background-color: #FDC667;
}
</style>
border-color css
<style>
span { border-color: #FDC667; }
span { border-color: rgb(253,198,103); }
td.TdClassName
{
border-color: #FDC667;
}
.TagClassName
{
border-color: #FDC667;
}
</style>