Shades of Grandis #FDC465
Tints of Grandis #FDC465
RGB
CMYK
RGB Variations
Color information
#FDC465 (or 0xFDC465) is known color: Grandis. HEX triplet: FD, C4 and 65. RGB value is (253,196,101). Sum of RGB (Red+Green+Blue) = 253+196+101=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC465 is #023B9A. Grayscale: #CACACA. Windows color (decimal): -146331 or 6669565. OLE color: 6669565.
HSL color Cylindrical-coordinate representation of color #FDC465: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC465 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 101 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.01 |
| HSL | 37.5º | 0.97% | 0.69% | - |
| HSV(B) | 37.5º | 0.6% | 0.99% | - |
| XYZ | 62.6 | 61.3 | 20.85 | - |
| YUV | 202.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 101 | 0 | 0.23 | 0.60 | 0.01 | 37.5 | 0.97 | 0.69 |
| Hex | FD | C4 | 65 | 0 | 17 | 3C | 1 | 26 | 61 | 45 |
| Octal | 375 | 304 | 145 | 0 | 27 | 74 | 1 | 46 | 141 | 105 |
| Binary | 11111101 | 11000100 | 1100101 | 0 | 10111 | 111100 | 1 | 100110 | 1100001 | 1000101 |
Color Harmonies of #FDC465
Complementary color
Monochromatic Colors of #FDC465
Black with #FDC465
Text Example
Text Example
White with #FDC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC465; }
p { color: rgb(253,196,101); }
H1.HeaderClassName
{
color: #FDC465;
}
.AnyTagClassName
{
color: #FDC465;
}
</style>
background-color css
<style>
a { background-color: #FDC465; }
a { background-color: rgb(253,196,101); }
div.DivClassName
{
background-color: #FDC465;
}
.BgClassName
{
background-color: #FDC465;
}
</style>
border-color css
<style>
span { border-color: #FDC465; }
span { border-color: rgb(253,196,101); }
td.TdClassName
{
border-color: #FDC465;
}
.TagClassName
{
border-color: #FDC465;
}
</style>