Shades of Grandis #FECB70
Tints of Grandis #FECB70
RGB
CMYK
RGB Variations
Color information
#FECB70 (or 0xFECB70) is known color: Grandis. HEX triplet: FE, CB and 70. RGB value is (254,203,112). Sum of RGB (Red+Green+Blue) = 254+203+112=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB70 is #01348F. Grayscale: #D0D0D0. Windows color (decimal): -78992 or 7392254. OLE color: 7392254.
HSL color Cylindrical-coordinate representation of color #FECB70: hue angle of 38.45º 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 #FECB70 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 112 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.00 |
| HSL | 38.45º | 0.99% | 0.72% | - |
| HSV(B) | 38.45º | 0.56% | 1% | - |
| XYZ | 65.15 | 64.95 | 24.43 | - |
| YUV | 207.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 112 | 0 | 0.20 | 0.56 | 0.00 | 38.45 | 0.99 | 0.72 |
| Hex | FE | CB | 70 | 0 | 14 | 38 | 0 | 26 | 63 | 48 |
| Octal | 376 | 313 | 160 | 0 | 24 | 70 | 0 | 46 | 143 | 110 |
| Binary | 11111110 | 11001011 | 1110000 | 0 | 10100 | 111000 | 0 | 100110 | 1100011 | 1001000 |
Color Harmonies of #FECB70
Complementary color
Monochromatic Colors of #FECB70
Black with #FECB70
Text Example
Text Example
White with #FECB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB70; }
p { color: rgb(254,203,112); }
H1.HeaderClassName
{
color: #FECB70;
}
.AnyTagClassName
{
color: #FECB70;
}
</style>
background-color css
<style>
a { background-color: #FECB70; }
a { background-color: rgb(254,203,112); }
div.DivClassName
{
background-color: #FECB70;
}
.BgClassName
{
background-color: #FECB70;
}
</style>
border-color css
<style>
span { border-color: #FECB70; }
span { border-color: rgb(254,203,112); }
td.TdClassName
{
border-color: #FECB70;
}
.TagClassName
{
border-color: #FECB70;
}
</style>