Shades of Grandis #FED172
Tints of Grandis #FED172
RGB
CMYK
RGB Variations
Color information
#FED172 (or 0xFED172) is known color: Grandis. HEX triplet: FE, D1 and 72. RGB value is (254,209,114). Sum of RGB (Red+Green+Blue) = 254+209+114=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FED172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED172 is #012E8D. Grayscale: #D4D4D4. Windows color (decimal): -77454 or 7524862. OLE color: 7524862.
HSL color Cylindrical-coordinate representation of color #FED172: hue angle of 40.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED172 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 114 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.00 |
| HSL | 40.71º | 0.99% | 0.72% | - |
| HSV(B) | 40.71º | 0.55% | 1% | - |
| XYZ | 66.71 | 67.89 | 25.51 | - |
| YUV | 211.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 114 | 0 | 0.18 | 0.55 | 0.00 | 40.71 | 0.99 | 0.72 |
| Hex | FE | D1 | 72 | 0 | 12 | 37 | 0 | 29 | 63 | 48 |
| Octal | 376 | 321 | 162 | 0 | 22 | 67 | 0 | 51 | 143 | 110 |
| Binary | 11111110 | 11010001 | 1110010 | 0 | 10010 | 110111 | 0 | 101001 | 1100011 | 1001000 |
Color Harmonies of #FED172
Complementary color
Monochromatic Colors of #FED172
Black with #FED172
Text Example
Text Example
White with #FED172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED172; }
p { color: rgb(254,209,114); }
H1.HeaderClassName
{
color: #FED172;
}
.AnyTagClassName
{
color: #FED172;
}
</style>
background-color css
<style>
a { background-color: #FED172; }
a { background-color: rgb(254,209,114); }
div.DivClassName
{
background-color: #FED172;
}
.BgClassName
{
background-color: #FED172;
}
</style>
border-color css
<style>
span { border-color: #FED172; }
span { border-color: rgb(254,209,114); }
td.TdClassName
{
border-color: #FED172;
}
.TagClassName
{
border-color: #FED172;
}
</style>