Shades of Grandis #FFC569
Tints of Grandis #FFC569
RGB
CMYK
RGB Variations
Color information
#FFC569 (or 0xFFC569) is known color: Grandis. HEX triplet: FF, C5 and 69. RGB value is (255,197,105). Sum of RGB (Red+Green+Blue) = 255+197+105=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC569 is #003A96. Grayscale: #CCCCCC. Windows color (decimal): -14999 or 6931967. OLE color: 6931967.
HSL color Cylindrical-coordinate representation of color #FFC569: hue angle of 36.8º 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 #FFC569 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 105 | - |
| CMYK | 0 | 0.23 | 0.59 | 0 |
| HSL | 36.8º | 1% | 0.71% | - |
| HSV(B) | 36.8º | 0.59% | 1% | - |
| XYZ | 63.76 | 62.21 | 22.01 | - |
| YUV | 203.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 105 | 0 | 0.23 | 0.59 | 0 | 36.8 | 1 | 0.71 |
| Hex | FF | C5 | 69 | 0 | 17 | 3B | 0 | 25 | 64 | 47 |
| Octal | 377 | 305 | 151 | 0 | 27 | 73 | 0 | 45 | 144 | 107 |
| Binary | 11111111 | 11000101 | 1101001 | 0 | 10111 | 111011 | 0 | 100101 | 1100100 | 1000111 |
Color Harmonies of #FFC569
Complementary color
Monochromatic Colors of #FFC569
Black with #FFC569
Text Example
Text Example
White with #FFC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC569; }
p { color: rgb(255,197,105); }
H1.HeaderClassName
{
color: #FFC569;
}
.AnyTagClassName
{
color: #FFC569;
}
</style>
background-color css
<style>
a { background-color: #FFC569; }
a { background-color: rgb(255,197,105); }
div.DivClassName
{
background-color: #FFC569;
}
.BgClassName
{
background-color: #FFC569;
}
</style>
border-color css
<style>
span { border-color: #FFC569; }
span { border-color: rgb(255,197,105); }
td.TdClassName
{
border-color: #FFC569;
}
.TagClassName
{
border-color: #FFC569;
}
</style>