Shades of Grandis #FFC465
Tints of Grandis #FFC465
RGB
CMYK
RGB Variations
Color information
#FFC465 (or 0xFFC465) is known color: Grandis. HEX triplet: FF, C4 and 65. RGB value is (255,196,101). Sum of RGB (Red+Green+Blue) = 255+196+101=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC465 is #003B9A. Grayscale: #CBCBCB. Windows color (decimal): -15259 or 6669567. OLE color: 6669567.
HSL color Cylindrical-coordinate representation of color #FFC465: hue angle of 37.01º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC465 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 101 | - |
| CMYK | 0 | 0.23 | 0.60 | 0 |
| HSL | 37.01º | 1% | 0.7% | - |
| HSV(B) | 37.01º | 0.6% | 1% | - |
| XYZ | 63.33 | 61.68 | 20.88 | - |
| YUV | 202.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 101 | 0 | 0.23 | 0.60 | 0 | 37.01 | 1 | 0.7 |
| Hex | FF | C4 | 65 | 0 | 17 | 3C | 0 | 25 | 64 | 46 |
| Octal | 377 | 304 | 145 | 0 | 27 | 74 | 0 | 45 | 144 | 106 |
| Binary | 11111111 | 11000100 | 1100101 | 0 | 10111 | 111100 | 0 | 100101 | 1100100 | 1000110 |
Color Harmonies of #FFC465
Complementary color
Monochromatic Colors of #FFC465
Black with #FFC465
Text Example
Text Example
White with #FFC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC465; }
p { color: rgb(255,196,101); }
H1.HeaderClassName
{
color: #FFC465;
}
.AnyTagClassName
{
color: #FFC465;
}
</style>
background-color css
<style>
a { background-color: #FFC465; }
a { background-color: rgb(255,196,101); }
div.DivClassName
{
background-color: #FFC465;
}
.BgClassName
{
background-color: #FFC465;
}
</style>
border-color css
<style>
span { border-color: #FFC465; }
span { border-color: rgb(255,196,101); }
td.TdClassName
{
border-color: #FFC465;
}
.TagClassName
{
border-color: #FFC465;
}
</style>