Shades of Grandis #FED177
Tints of Grandis #FED177
RGB
CMYK
RGB Variations
Color information
#FED177 (or 0xFED177) is known color: Grandis. HEX triplet: FE, D1 and 77. RGB value is (254,209,119). Sum of RGB (Red+Green+Blue) = 254+209+119=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FED177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED177 is #012E88. Grayscale: #D4D4D4. Windows color (decimal): -77449 or 7852542. OLE color: 7852542.
HSL color Cylindrical-coordinate representation of color #FED177: hue angle of 40º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FED177 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.00 |
| HSL | 40º | 0.99% | 0.73% | - |
| HSV(B) | 40º | 0.53% | 1% | - |
| XYZ | 67 | 68 | 27.05 | - |
| YUV | 212.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 119 | 0 | 0.18 | 0.53 | 0.00 | 40 | 0.99 | 0.73 |
| Hex | FE | D1 | 77 | 0 | 12 | 35 | 0 | 28 | 63 | 49 |
| Octal | 376 | 321 | 167 | 0 | 22 | 65 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010001 | 1110111 | 0 | 10010 | 110101 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED177
Complementary color
Monochromatic Colors of #FED177
Black with #FED177
Text Example
Text Example
White with #FED177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED177; }
p { color: rgb(254,209,119); }
H1.HeaderClassName
{
color: #FED177;
}
.AnyTagClassName
{
color: #FED177;
}
</style>
background-color css
<style>
a { background-color: #FED177; }
a { background-color: rgb(254,209,119); }
div.DivClassName
{
background-color: #FED177;
}
.BgClassName
{
background-color: #FED177;
}
</style>
border-color css
<style>
span { border-color: #FED177; }
span { border-color: rgb(254,209,119); }
td.TdClassName
{
border-color: #FED177;
}
.TagClassName
{
border-color: #FED177;
}
</style>