Shades of Grandis #FDC16A
Tints of Grandis #FDC16A
RGB
CMYK
RGB Variations
Color information
#FDC16A (or 0xFDC16A) is known color: Grandis. HEX triplet: FD, C1 and 6A. RGB value is (253,193,106). Sum of RGB (Red+Green+Blue) = 253+193+106=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16A is #023E95. Grayscale: #C9C9C9. Windows color (decimal): -147094 or 6996477. OLE color: 6996477.
HSL color Cylindrical-coordinate representation of color #FDC16A: hue angle of 35.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDC16A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 106 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.01 |
| HSL | 35.51º | 0.97% | 0.7% | - |
| HSV(B) | 35.51º | 0.58% | 0.99% | - |
| XYZ | 62.18 | 60.06 | 21.95 | - |
| YUV | 201.02 | 74.38 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 106 | 0 | 0.24 | 0.58 | 0.01 | 35.51 | 0.97 | 0.7 |
| Hex | FD | C1 | 6A | 0 | 18 | 3A | 1 | 24 | 61 | 46 |
| Octal | 375 | 301 | 152 | 0 | 30 | 72 | 1 | 44 | 141 | 106 |
| Binary | 11111101 | 11000001 | 1101010 | 0 | 11000 | 111010 | 1 | 100100 | 1100001 | 1000110 |
Color Harmonies of #FDC16A
Complementary color
Monochromatic Colors of #FDC16A
Black with #FDC16A
Text Example
Text Example
White with #FDC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC16A; }
p { color: rgb(253,193,106); }
H1.HeaderClassName
{
color: #FDC16A;
}
.AnyTagClassName
{
color: #FDC16A;
}
</style>
background-color css
<style>
a { background-color: #FDC16A; }
a { background-color: rgb(253,193,106); }
div.DivClassName
{
background-color: #FDC16A;
}
.BgClassName
{
background-color: #FDC16A;
}
</style>
border-color css
<style>
span { border-color: #FDC16A; }
span { border-color: rgb(253,193,106); }
td.TdClassName
{
border-color: #FDC16A;
}
.TagClassName
{
border-color: #FDC16A;
}
</style>