Shades of Grandis #FED070
Tints of Grandis #FED070
RGB
CMYK
RGB Variations
Color information
#FED070 (or 0xFED070) is known color: Grandis. HEX triplet: FE, D0 and 70. RGB value is (254,208,112). Sum of RGB (Red+Green+Blue) = 254+208+112=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED070 is #012F8F. Grayscale: #D3D3D3. Windows color (decimal): -77712 or 7393534. OLE color: 7393534.
HSL color Cylindrical-coordinate representation of color #FED070: hue angle of 40.56º 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 #FED070 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 112 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.00 |
| HSL | 40.56º | 0.99% | 0.72% | - |
| HSV(B) | 40.56º | 0.56% | 1% | - |
| XYZ | 66.35 | 67.35 | 24.83 | - |
| YUV | 210.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 112 | 0 | 0.18 | 0.56 | 0.00 | 40.56 | 0.99 | 0.72 |
| Hex | FE | D0 | 70 | 0 | 12 | 38 | 0 | 29 | 63 | 48 |
| Octal | 376 | 320 | 160 | 0 | 22 | 70 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010000 | 1110000 | 0 | 10010 | 111000 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED070
Complementary color
Monochromatic Colors of #FED070
Black with #FED070
Text Example
Text Example
White with #FED070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED070; }
p { color: rgb(254,208,112); }
H1.HeaderClassName
{
color: #FED070;
}
.AnyTagClassName
{
color: #FED070;
}
</style>
background-color css
<style>
a { background-color: #FED070; }
a { background-color: rgb(254,208,112); }
div.DivClassName
{
background-color: #FED070;
}
.BgClassName
{
background-color: #FED070;
}
</style>
border-color css
<style>
span { border-color: #FED070; }
span { border-color: rgb(254,208,112); }
td.TdClassName
{
border-color: #FED070;
}
.TagClassName
{
border-color: #FED070;
}
</style>