Shades of Grandis #FED571
Tints of Grandis #FED571
RGB
CMYK
RGB Variations
Color information
#FED571 (or 0xFED571) is known color: Grandis. HEX triplet: FE, D5 and 71. RGB value is (254,213,113). Sum of RGB (Red+Green+Blue) = 254+213+113=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 113 (44.53% from 255 or 19.48% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED571 is #012A8E. Grayscale: #D6D6D6. Windows color (decimal): -76431 or 7460350. OLE color: 7460350.
HSL color Cylindrical-coordinate representation of color #FED571: hue angle of 42.55º 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 #FED571 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 113 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.00 |
| HSL | 42.55º | 0.99% | 0.72% | - |
| HSV(B) | 42.55º | 0.56% | 1% | - |
| XYZ | 67.65 | 69.85 | 25.54 | - |
| YUV | 213.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 113 | 0 | 0.16 | 0.56 | 0.00 | 42.55 | 0.99 | 0.72 |
| Hex | FE | D5 | 71 | 0 | 10 | 38 | 0 | 2B | 63 | 48 |
| Octal | 376 | 325 | 161 | 0 | 20 | 70 | 0 | 53 | 143 | 110 |
| Binary | 11111110 | 11010101 | 1110001 | 0 | 10000 | 111000 | 0 | 101011 | 1100011 | 1001000 |
Color Harmonies of #FED571
Complementary color
Monochromatic Colors of #FED571
Black with #FED571
Text Example
Text Example
White with #FED571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED571; }
p { color: rgb(254,213,113); }
H1.HeaderClassName
{
color: #FED571;
}
.AnyTagClassName
{
color: #FED571;
}
</style>
background-color css
<style>
a { background-color: #FED571; }
a { background-color: rgb(254,213,113); }
div.DivClassName
{
background-color: #FED571;
}
.BgClassName
{
background-color: #FED571;
}
</style>
border-color css
<style>
span { border-color: #FED571; }
span { border-color: rgb(254,213,113); }
td.TdClassName
{
border-color: #FED571;
}
.TagClassName
{
border-color: #FED571;
}
</style>