Shades of Grandis #FEC769
Tints of Grandis #FEC769
RGB
CMYK
RGB Variations
Color information
#FEC769 (or 0xFEC769) is known color: Grandis. HEX triplet: FE, C7 and 69. RGB value is (254,199,105). Sum of RGB (Red+Green+Blue) = 254+199+105=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC769 is #013896. Grayscale: #CDCDCD. Windows color (decimal): -80023 or 6932478. OLE color: 6932478.
HSL color Cylindrical-coordinate representation of color #FEC769: hue angle of 37.85º 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 #FEC769 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 105 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.00 |
| HSL | 37.85º | 0.99% | 0.7% | - |
| HSV(B) | 37.85º | 0.59% | 1% | - |
| XYZ | 63.85 | 62.94 | 22.15 | - |
| YUV | 204.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 105 | 0 | 0.22 | 0.59 | 0.00 | 37.85 | 0.99 | 0.7 |
| Hex | FE | C7 | 69 | 0 | 16 | 3B | 0 | 26 | 63 | 46 |
| Octal | 376 | 307 | 151 | 0 | 26 | 73 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000111 | 1101001 | 0 | 10110 | 111011 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC769
Complementary color
Monochromatic Colors of #FEC769
Black with #FEC769
Text Example
Text Example
White with #FEC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC769; }
p { color: rgb(254,199,105); }
H1.HeaderClassName
{
color: #FEC769;
}
.AnyTagClassName
{
color: #FEC769;
}
</style>
background-color css
<style>
a { background-color: #FEC769; }
a { background-color: rgb(254,199,105); }
div.DivClassName
{
background-color: #FEC769;
}
.BgClassName
{
background-color: #FEC769;
}
</style>
border-color css
<style>
span { border-color: #FEC769; }
span { border-color: rgb(254,199,105); }
td.TdClassName
{
border-color: #FEC769;
}
.TagClassName
{
border-color: #FEC769;
}
</style>