Shades of Grandis #FEC670
Tints of Grandis #FEC670
RGB
CMYK
RGB Variations
Color information
#FEC670 (or 0xFEC670) is known color: Grandis. HEX triplet: FE, C6 and 70. RGB value is (254,198,112). Sum of RGB (Red+Green+Blue) = 254+198+112=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC670 is #01398F. Grayscale: #CDCDCD. Windows color (decimal): -80272 or 7390974. OLE color: 7390974.
HSL color Cylindrical-coordinate representation of color #FEC670: hue angle of 36.34º 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 #FEC670 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 112 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.00 |
| HSL | 36.34º | 0.99% | 0.72% | - |
| HSV(B) | 36.34º | 0.56% | 1% | - |
| XYZ | 63.99 | 62.63 | 24.05 | - |
| YUV | 204.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 112 | 0 | 0.22 | 0.56 | 0.00 | 36.34 | 0.99 | 0.72 |
| Hex | FE | C6 | 70 | 0 | 16 | 38 | 0 | 24 | 63 | 48 |
| Octal | 376 | 306 | 160 | 0 | 26 | 70 | 0 | 44 | 143 | 110 |
| Binary | 11111110 | 11000110 | 1110000 | 0 | 10110 | 111000 | 0 | 100100 | 1100011 | 1001000 |
Color Harmonies of #FEC670
Complementary color
Monochromatic Colors of #FEC670
Black with #FEC670
Text Example
Text Example
White with #FEC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC670; }
p { color: rgb(254,198,112); }
H1.HeaderClassName
{
color: #FEC670;
}
.AnyTagClassName
{
color: #FEC670;
}
</style>
background-color css
<style>
a { background-color: #FEC670; }
a { background-color: rgb(254,198,112); }
div.DivClassName
{
background-color: #FEC670;
}
.BgClassName
{
background-color: #FEC670;
}
</style>
border-color css
<style>
span { border-color: #FEC670; }
span { border-color: rgb(254,198,112); }
td.TdClassName
{
border-color: #FEC670;
}
.TagClassName
{
border-color: #FEC670;
}
</style>