Shades of Grandis #FFC468
Tints of Grandis #FFC468
RGB
CMYK
RGB Variations
Color information
#FFC468 (or 0xFFC468) is known color: Grandis. HEX triplet: FF, C4 and 68. RGB value is (255,196,104). Sum of RGB (Red+Green+Blue) = 255+196+104=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC468 is #003B97. Grayscale: #CBCBCB. Windows color (decimal): -15256 or 6866175. OLE color: 6866175.
HSL color Cylindrical-coordinate representation of color #FFC468: hue angle of 36.56º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC468 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 104 | - |
| CMYK | 0 | 0.23 | 0.59 | 0 |
| HSL | 36.56º | 1% | 0.7% | - |
| HSV(B) | 36.56º | 0.59% | 1% | - |
| XYZ | 63.48 | 61.74 | 21.67 | - |
| YUV | 203.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 104 | 0 | 0.23 | 0.59 | 0 | 36.56 | 1 | 0.7 |
| Hex | FF | C4 | 68 | 0 | 17 | 3B | 0 | 25 | 64 | 46 |
| Octal | 377 | 304 | 150 | 0 | 27 | 73 | 0 | 45 | 144 | 106 |
| Binary | 11111111 | 11000100 | 1101000 | 0 | 10111 | 111011 | 0 | 100101 | 1100100 | 1000110 |
Color Harmonies of #FFC468
Complementary color
Monochromatic Colors of #FFC468
Black with #FFC468
Text Example
Text Example
White with #FFC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC468; }
p { color: rgb(255,196,104); }
H1.HeaderClassName
{
color: #FFC468;
}
.AnyTagClassName
{
color: #FFC468;
}
</style>
background-color css
<style>
a { background-color: #FFC468; }
a { background-color: rgb(255,196,104); }
div.DivClassName
{
background-color: #FFC468;
}
.BgClassName
{
background-color: #FFC468;
}
</style>
border-color css
<style>
span { border-color: #FFC468; }
span { border-color: rgb(255,196,104); }
td.TdClassName
{
border-color: #FFC468;
}
.TagClassName
{
border-color: #FFC468;
}
</style>