Shades of Grandis #FED06F
Tints of Grandis #FED06F
RGB
CMYK
RGB Variations
Color information
#FED06F (or 0xFED06F) is known color: Grandis. HEX triplet: FE, D0 and 6F. RGB value is (254,208,111). Sum of RGB (Red+Green+Blue) = 254+208+111=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 111 (43.75% from 255 or 19.37% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FED06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED06F is #012F90. Grayscale: #D3D3D3. Windows color (decimal): -77713 or 7327998. OLE color: 7327998.
HSL color Cylindrical-coordinate representation of color #FED06F: hue angle of 40.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FED06F is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 111 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.00 |
| HSL | 40.7º | 0.99% | 0.72% | - |
| HSV(B) | 40.7º | 0.56% | 1% | - |
| XYZ | 66.3 | 67.33 | 24.54 | - |
| YUV | 210.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 111 | 0 | 0.18 | 0.56 | 0.00 | 40.7 | 0.99 | 0.72 |
| Hex | FE | D0 | 6F | 0 | 12 | 38 | 0 | 29 | 63 | 48 |
| Octal | 376 | 320 | 157 | 0 | 22 | 70 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010000 | 1101111 | 0 | 10010 | 111000 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED06F
Complementary color
Monochromatic Colors of #FED06F
Black with #FED06F
Text Example
Text Example
White with #FED06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED06F; }
p { color: rgb(254,208,111); }
H1.HeaderClassName
{
color: #FED06F;
}
.AnyTagClassName
{
color: #FED06F;
}
</style>
background-color css
<style>
a { background-color: #FED06F; }
a { background-color: rgb(254,208,111); }
div.DivClassName
{
background-color: #FED06F;
}
.BgClassName
{
background-color: #FED06F;
}
</style>
border-color css
<style>
span { border-color: #FED06F; }
span { border-color: rgb(254,208,111); }
td.TdClassName
{
border-color: #FED06F;
}
.TagClassName
{
border-color: #FED06F;
}
</style>