Shades of Grandis #FFC469
Tints of Grandis #FFC469
RGB
CMYK
RGB Variations
Color information
#FFC469 (or 0xFFC469) is known color: Grandis. HEX triplet: FF, C4 and 69. RGB value is (255,196,105). Sum of RGB (Red+Green+Blue) = 255+196+105=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC469 is #003B96. Grayscale: #CBCBCB. Windows color (decimal): -15255 or 6931711. OLE color: 6931711.
HSL color Cylindrical-coordinate representation of color #FFC469: hue angle of 36.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC469 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 105 | - |
| CMYK | 0 | 0.23 | 0.59 | 0 |
| HSL | 36.4º | 1% | 0.71% | - |
| HSV(B) | 36.4º | 0.59% | 1% | - |
| XYZ | 63.53 | 61.76 | 21.94 | - |
| YUV | 203.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 105 | 0 | 0.23 | 0.59 | 0 | 36.4 | 1 | 0.71 |
| Hex | FF | C4 | 69 | 0 | 17 | 3B | 0 | 24 | 64 | 47 |
| Octal | 377 | 304 | 151 | 0 | 27 | 73 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000100 | 1101001 | 0 | 10111 | 111011 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC469
Complementary color
Monochromatic Colors of #FFC469
Black with #FFC469
Text Example
Text Example
White with #FFC469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC469; }
p { color: rgb(255,196,105); }
H1.HeaderClassName
{
color: #FFC469;
}
.AnyTagClassName
{
color: #FFC469;
}
</style>
background-color css
<style>
a { background-color: #FFC469; }
a { background-color: rgb(255,196,105); }
div.DivClassName
{
background-color: #FFC469;
}
.BgClassName
{
background-color: #FFC469;
}
</style>
border-color css
<style>
span { border-color: #FFC469; }
span { border-color: rgb(255,196,105); }
td.TdClassName
{
border-color: #FFC469;
}
.TagClassName
{
border-color: #FFC469;
}
</style>