Shades of Grandis #FDC46C
Tints of Grandis #FDC46C
RGB
CMYK
RGB Variations
Color information
#FDC46C (or 0xFDC46C) is known color: Grandis. HEX triplet: FD, C4 and 6C. RGB value is (253,196,108). Sum of RGB (Red+Green+Blue) = 253+196+108=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC46C is #023B93. Grayscale: #CBCBCB. Windows color (decimal): -146324 or 7128317. OLE color: 7128317.
HSL color Cylindrical-coordinate representation of color #FDC46C: hue angle of 36.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDC46C is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 108 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.01 |
| HSL | 36.41º | 0.97% | 0.71% | - |
| HSV(B) | 36.41º | 0.57% | 0.99% | - |
| XYZ | 62.95 | 61.45 | 22.73 | - |
| YUV | 203.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 108 | 0 | 0.23 | 0.57 | 0.01 | 36.41 | 0.97 | 0.71 |
| Hex | FD | C4 | 6C | 0 | 17 | 39 | 1 | 24 | 61 | 47 |
| Octal | 375 | 304 | 154 | 0 | 27 | 71 | 1 | 44 | 141 | 107 |
| Binary | 11111101 | 11000100 | 1101100 | 0 | 10111 | 111001 | 1 | 100100 | 1100001 | 1000111 |
Color Harmonies of #FDC46C
Complementary color
Monochromatic Colors of #FDC46C
Black with #FDC46C
Text Example
Text Example
White with #FDC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC46C; }
p { color: rgb(253,196,108); }
H1.HeaderClassName
{
color: #FDC46C;
}
.AnyTagClassName
{
color: #FDC46C;
}
</style>
background-color css
<style>
a { background-color: #FDC46C; }
a { background-color: rgb(253,196,108); }
div.DivClassName
{
background-color: #FDC46C;
}
.BgClassName
{
background-color: #FDC46C;
}
</style>
border-color css
<style>
span { border-color: #FDC46C; }
span { border-color: rgb(253,196,108); }
td.TdClassName
{
border-color: #FDC46C;
}
.TagClassName
{
border-color: #FDC46C;
}
</style>