Shades of Grandis #FED071
Tints of Grandis #FED071
RGB
CMYK
RGB Variations
Color information
#FED071 (or 0xFED071) is known color: Grandis. HEX triplet: FE, D0 and 71. RGB value is (254,208,113). Sum of RGB (Red+Green+Blue) = 254+208+113=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED071 is #012F8E. Grayscale: #D3D3D3. Windows color (decimal): -77711 or 7459070. OLE color: 7459070.
HSL color Cylindrical-coordinate representation of color #FED071: hue angle of 40.43º 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 #FED071 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 113 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.00 |
| HSL | 40.43º | 0.99% | 0.72% | - |
| HSV(B) | 40.43º | 0.56% | 1% | - |
| XYZ | 66.41 | 67.37 | 25.13 | - |
| YUV | 210.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 113 | 0 | 0.18 | 0.56 | 0.00 | 40.43 | 0.99 | 0.72 |
| Hex | FE | D0 | 71 | 0 | 12 | 38 | 0 | 28 | 63 | 48 |
| Octal | 376 | 320 | 161 | 0 | 22 | 70 | 0 | 50 | 143 | 110 |
| Binary | 11111110 | 11010000 | 1110001 | 0 | 10010 | 111000 | 0 | 101000 | 1100011 | 1001000 |
Color Harmonies of #FED071
Complementary color
Monochromatic Colors of #FED071
Black with #FED071
Text Example
Text Example
White with #FED071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED071; }
p { color: rgb(254,208,113); }
H1.HeaderClassName
{
color: #FED071;
}
.AnyTagClassName
{
color: #FED071;
}
</style>
background-color css
<style>
a { background-color: #FED071; }
a { background-color: rgb(254,208,113); }
div.DivClassName
{
background-color: #FED071;
}
.BgClassName
{
background-color: #FED071;
}
</style>
border-color css
<style>
span { border-color: #FED071; }
span { border-color: rgb(254,208,113); }
td.TdClassName
{
border-color: #FED071;
}
.TagClassName
{
border-color: #FED071;
}
</style>