Shades of Grandis #FEC969
Tints of Grandis #FEC969
RGB
CMYK
RGB Variations
Color information
#FEC969 (or 0xFEC969) is known color: Grandis. HEX triplet: FE, C9 and 69. RGB value is (254,201,105). Sum of RGB (Red+Green+Blue) = 254+201+105=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC969 is #013696. Grayscale: #CECECE. Windows color (decimal): -79511 or 6932990. OLE color: 6932990.
HSL color Cylindrical-coordinate representation of color #FEC969: hue angle of 38.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEC969 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 105 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.00 |
| HSL | 38.66º | 0.99% | 0.7% | - |
| HSV(B) | 38.66º | 0.59% | 1% | - |
| XYZ | 64.31 | 63.86 | 22.3 | - |
| YUV | 205.9 | 71.06 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 105 | 0 | 0.21 | 0.59 | 0.00 | 38.66 | 0.99 | 0.7 |
| Hex | FE | C9 | 69 | 0 | 15 | 3B | 0 | 27 | 63 | 46 |
| Octal | 376 | 311 | 151 | 0 | 25 | 73 | 0 | 47 | 143 | 106 |
| Binary | 11111110 | 11001001 | 1101001 | 0 | 10101 | 111011 | 0 | 100111 | 1100011 | 1000110 |
Color Harmonies of #FEC969
Complementary color
Monochromatic Colors of #FEC969
Black with #FEC969
Text Example
Text Example
White with #FEC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC969; }
p { color: rgb(254,201,105); }
H1.HeaderClassName
{
color: #FEC969;
}
.AnyTagClassName
{
color: #FEC969;
}
</style>
background-color css
<style>
a { background-color: #FEC969; }
a { background-color: rgb(254,201,105); }
div.DivClassName
{
background-color: #FEC969;
}
.BgClassName
{
background-color: #FEC969;
}
</style>
border-color css
<style>
span { border-color: #FEC969; }
span { border-color: rgb(254,201,105); }
td.TdClassName
{
border-color: #FEC969;
}
.TagClassName
{
border-color: #FEC969;
}
</style>