Shades of Grandis #FED069
Tints of Grandis #FED069
RGB
CMYK
RGB Variations
Color information
#FED069 (or 0xFED069) is known color: Grandis. HEX triplet: FE, D0 and 69. RGB value is (254,208,105). Sum of RGB (Red+Green+Blue) = 254+208+105=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED069 is #012F96. Grayscale: #D2D2D2. Windows color (decimal): -77719 or 6934782. OLE color: 6934782.
HSL color Cylindrical-coordinate representation of color #FED069: hue angle of 41.48º 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 #FED069 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 105 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.00 |
| HSL | 41.48º | 0.99% | 0.7% | - |
| HSV(B) | 41.48º | 0.59% | 1% | - |
| XYZ | 65.98 | 67.2 | 22.86 | - |
| YUV | 210.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 105 | 0 | 0.18 | 0.59 | 0.00 | 41.48 | 0.99 | 0.7 |
| Hex | FE | D0 | 69 | 0 | 12 | 3B | 0 | 29 | 63 | 46 |
| Octal | 376 | 320 | 151 | 0 | 22 | 73 | 0 | 51 | 143 | 106 |
| Binary | 11111110 | 11010000 | 1101001 | 0 | 10010 | 111011 | 0 | 101001 | 1100011 | 1000110 |
Color Harmonies of #FED069
Complementary color
Monochromatic Colors of #FED069
Black with #FED069
Text Example
Text Example
White with #FED069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED069; }
p { color: rgb(254,208,105); }
H1.HeaderClassName
{
color: #FED069;
}
.AnyTagClassName
{
color: #FED069;
}
</style>
background-color css
<style>
a { background-color: #FED069; }
a { background-color: rgb(254,208,105); }
div.DivClassName
{
background-color: #FED069;
}
.BgClassName
{
background-color: #FED069;
}
</style>
border-color css
<style>
span { border-color: #FED069; }
span { border-color: rgb(254,208,105); }
td.TdClassName
{
border-color: #FED069;
}
.TagClassName
{
border-color: #FED069;
}
</style>