Shades of Grandis #FECC70
Tints of Grandis #FECC70
RGB
CMYK
RGB Variations
Color information
#FECC70 (or 0xFECC70) is known color: Grandis. HEX triplet: FE, CC and 70. RGB value is (254,204,112). Sum of RGB (Red+Green+Blue) = 254+204+112=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC70 is #01338F. Grayscale: #D0D0D0. Windows color (decimal): -78736 or 7392510. OLE color: 7392510.
HSL color Cylindrical-coordinate representation of color #FECC70: hue angle of 38.87º 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 #FECC70 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 112 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.00 |
| HSL | 38.87º | 0.99% | 0.72% | - |
| HSV(B) | 38.87º | 0.56% | 1% | - |
| XYZ | 65.39 | 65.43 | 24.51 | - |
| YUV | 208.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 112 | 0 | 0.20 | 0.56 | 0.00 | 38.87 | 0.99 | 0.72 |
| Hex | FE | CC | 70 | 0 | 14 | 38 | 0 | 27 | 63 | 48 |
| Octal | 376 | 314 | 160 | 0 | 24 | 70 | 0 | 47 | 143 | 110 |
| Binary | 11111110 | 11001100 | 1110000 | 0 | 10100 | 111000 | 0 | 100111 | 1100011 | 1001000 |
Color Harmonies of #FECC70
Complementary color
Monochromatic Colors of #FECC70
Black with #FECC70
Text Example
Text Example
White with #FECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC70; }
p { color: rgb(254,204,112); }
H1.HeaderClassName
{
color: #FECC70;
}
.AnyTagClassName
{
color: #FECC70;
}
</style>
background-color css
<style>
a { background-color: #FECC70; }
a { background-color: rgb(254,204,112); }
div.DivClassName
{
background-color: #FECC70;
}
.BgClassName
{
background-color: #FECC70;
}
</style>
border-color css
<style>
span { border-color: #FECC70; }
span { border-color: rgb(254,204,112); }
td.TdClassName
{
border-color: #FECC70;
}
.TagClassName
{
border-color: #FECC70;
}
</style>