Shades of Grandis #FED170
Tints of Grandis #FED170
RGB
CMYK
RGB Variations
Color information
#FED170 (or 0xFED170) is known color: Grandis. HEX triplet: FE, D1 and 70. RGB value is (254,209,112). Sum of RGB (Red+Green+Blue) = 254+209+112=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED170 is #012E8F. Grayscale: #D3D3D3. Windows color (decimal): -77456 or 7393790. OLE color: 7393790.
HSL color Cylindrical-coordinate representation of color #FED170: hue angle of 40.99º 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 #FED170 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 112 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.00 |
| HSL | 40.99º | 0.99% | 0.72% | - |
| HSV(B) | 40.99º | 0.56% | 1% | - |
| XYZ | 66.6 | 67.84 | 24.91 | - |
| YUV | 211.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 112 | 0 | 0.18 | 0.56 | 0.00 | 40.99 | 0.99 | 0.72 |
| Hex | FE | D1 | 70 | 0 | 12 | 38 | 0 | 29 | 63 | 48 |
| Octal | 376 | 321 | 160 | 0 | 22 | 70 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010001 | 1110000 | 0 | 10010 | 111000 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED170
Complementary color
Monochromatic Colors of #FED170
Black with #FED170
Text Example
Text Example
White with #FED170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED170; }
p { color: rgb(254,209,112); }
H1.HeaderClassName
{
color: #FED170;
}
.AnyTagClassName
{
color: #FED170;
}
</style>
background-color css
<style>
a { background-color: #FED170; }
a { background-color: rgb(254,209,112); }
div.DivClassName
{
background-color: #FED170;
}
.BgClassName
{
background-color: #FED170;
}
</style>
border-color css
<style>
span { border-color: #FED170; }
span { border-color: rgb(254,209,112); }
td.TdClassName
{
border-color: #FED170;
}
.TagClassName
{
border-color: #FED170;
}
</style>