Shades of Grandis #FED169
Tints of Grandis #FED169
RGB
CMYK
RGB Variations
Color information
#FED169 (or 0xFED169) is known color: Grandis. HEX triplet: FE, D1 and 69. RGB value is (254,209,105). Sum of RGB (Red+Green+Blue) = 254+209+105=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FED169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED169 is #012E96. Grayscale: #D3D3D3. Windows color (decimal): -77463 or 6935038. OLE color: 6935038.
HSL color Cylindrical-coordinate representation of color #FED169: hue angle of 41.88º 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 #FED169 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 105 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.00 |
| HSL | 41.88º | 0.99% | 0.7% | - |
| HSV(B) | 41.88º | 0.59% | 1% | - |
| XYZ | 66.22 | 67.69 | 22.94 | - |
| YUV | 210.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 105 | 0 | 0.18 | 0.59 | 0.00 | 41.88 | 0.99 | 0.7 |
| Hex | FE | D1 | 69 | 0 | 12 | 3B | 0 | 2A | 63 | 46 |
| Octal | 376 | 321 | 151 | 0 | 22 | 73 | 0 | 52 | 143 | 106 |
| Binary | 11111110 | 11010001 | 1101001 | 0 | 10010 | 111011 | 0 | 101010 | 1100011 | 1000110 |
Color Harmonies of #FED169
Complementary color
Monochromatic Colors of #FED169
Black with #FED169
Text Example
Text Example
White with #FED169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED169; }
p { color: rgb(254,209,105); }
H1.HeaderClassName
{
color: #FED169;
}
.AnyTagClassName
{
color: #FED169;
}
</style>
background-color css
<style>
a { background-color: #FED169; }
a { background-color: rgb(254,209,105); }
div.DivClassName
{
background-color: #FED169;
}
.BgClassName
{
background-color: #FED169;
}
</style>
border-color css
<style>
span { border-color: #FED169; }
span { border-color: rgb(254,209,105); }
td.TdClassName
{
border-color: #FED169;
}
.TagClassName
{
border-color: #FED169;
}
</style>