Shades of Grandis #FFC969
Tints of Grandis #FFC969
RGB
CMYK
RGB Variations
Color information
#FFC969 (or 0xFFC969) is known color: Grandis. HEX triplet: FF, C9 and 69. RGB value is (255,201,105). Sum of RGB (Red+Green+Blue) = 255+201+105=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC969 is #003696. Grayscale: #CECECE. Windows color (decimal): -13975 or 6932991. OLE color: 6932991.
HSL color Cylindrical-coordinate representation of color #FFC969: hue angle of 38.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 #FFC969 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 105 | - |
| CMYK | 0 | 0.21 | 0.59 | 0 |
| HSL | 38.4º | 1% | 0.71% | - |
| HSV(B) | 38.4º | 0.59% | 1% | - |
| XYZ | 64.68 | 64.05 | 22.32 | - |
| YUV | 206.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 105 | 0 | 0.21 | 0.59 | 0 | 38.4 | 1 | 0.71 |
| Hex | FF | C9 | 69 | 0 | 15 | 3B | 0 | 26 | 64 | 47 |
| Octal | 377 | 311 | 151 | 0 | 25 | 73 | 0 | 46 | 144 | 107 |
| Binary | 11111111 | 11001001 | 1101001 | 0 | 10101 | 111011 | 0 | 100110 | 1100100 | 1000111 |
Color Harmonies of #FFC969
Complementary color
Monochromatic Colors of #FFC969
Black with #FFC969
Text Example
Text Example
White with #FFC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC969; }
p { color: rgb(255,201,105); }
H1.HeaderClassName
{
color: #FFC969;
}
.AnyTagClassName
{
color: #FFC969;
}
</style>
background-color css
<style>
a { background-color: #FFC969; }
a { background-color: rgb(255,201,105); }
div.DivClassName
{
background-color: #FFC969;
}
.BgClassName
{
background-color: #FFC969;
}
</style>
border-color css
<style>
span { border-color: #FFC969; }
span { border-color: rgb(255,201,105); }
td.TdClassName
{
border-color: #FFC969;
}
.TagClassName
{
border-color: #FFC969;
}
</style>