Shades of Grandis #FED270
Tints of Grandis #FED270
RGB
CMYK
RGB Variations
Color information
#FED270 (or 0xFED270) is known color: Grandis. HEX triplet: FE, D2 and 70. RGB value is (254,210,112). Sum of RGB (Red+Green+Blue) = 254+210+112=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FED270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED270 is #012D8F. Grayscale: #D4D4D4. Windows color (decimal): -77200 or 7394046. OLE color: 7394046.
HSL color Cylindrical-coordinate representation of color #FED270: hue angle of 41.41º 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 #FED270 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.00 |
| HSL | 41.41º | 0.99% | 0.72% | - |
| HSV(B) | 41.41º | 0.56% | 1% | - |
| XYZ | 66.84 | 68.33 | 25 | - |
| YUV | 211.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 112 | 0 | 0.17 | 0.56 | 0.00 | 41.41 | 0.99 | 0.72 |
| Hex | FE | D2 | 70 | 0 | 11 | 38 | 0 | 29 | 63 | 48 |
| Octal | 376 | 322 | 160 | 0 | 21 | 70 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010010 | 1110000 | 0 | 10001 | 111000 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED270
Complementary color
Monochromatic Colors of #FED270
Black with #FED270
Text Example
Text Example
White with #FED270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED270; }
p { color: rgb(254,210,112); }
H1.HeaderClassName
{
color: #FED270;
}
.AnyTagClassName
{
color: #FED270;
}
</style>
background-color css
<style>
a { background-color: #FED270; }
a { background-color: rgb(254,210,112); }
div.DivClassName
{
background-color: #FED270;
}
.BgClassName
{
background-color: #FED270;
}
</style>
border-color css
<style>
span { border-color: #FED270; }
span { border-color: rgb(254,210,112); }
td.TdClassName
{
border-color: #FED270;
}
.TagClassName
{
border-color: #FED270;
}
</style>