Shades of Grandis #FFC269
Tints of Grandis #FFC269
RGB
CMYK
RGB Variations
Color information
#FFC269 (or 0xFFC269) is known color: Grandis. HEX triplet: FF, C2 and 69. RGB value is (255,194,105). Sum of RGB (Red+Green+Blue) = 255+194+105=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC269 is #003D96. Grayscale: #CACACA. Windows color (decimal): -15767 or 6931199. OLE color: 6931199.
HSL color Cylindrical-coordinate representation of color #FFC269: hue angle of 35.6º 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 #FFC269 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 105 | - |
| CMYK | 0 | 0.24 | 0.59 | 0 |
| HSL | 35.6º | 1% | 0.71% | - |
| HSV(B) | 35.6º | 0.59% | 1% | - |
| XYZ | 63.08 | 60.86 | 21.79 | - |
| YUV | 202.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 105 | 0 | 0.24 | 0.59 | 0 | 35.6 | 1 | 0.71 |
| Hex | FF | C2 | 69 | 0 | 18 | 3B | 0 | 24 | 64 | 47 |
| Octal | 377 | 302 | 151 | 0 | 30 | 73 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000010 | 1101001 | 0 | 11000 | 111011 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC269
Complementary color
Monochromatic Colors of #FFC269
Black with #FFC269
Text Example
Text Example
White with #FFC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC269; }
p { color: rgb(255,194,105); }
H1.HeaderClassName
{
color: #FFC269;
}
.AnyTagClassName
{
color: #FFC269;
}
</style>
background-color css
<style>
a { background-color: #FFC269; }
a { background-color: rgb(255,194,105); }
div.DivClassName
{
background-color: #FFC269;
}
.BgClassName
{
background-color: #FFC269;
}
</style>
border-color css
<style>
span { border-color: #FFC269; }
span { border-color: rgb(255,194,105); }
td.TdClassName
{
border-color: #FFC269;
}
.TagClassName
{
border-color: #FFC269;
}
</style>