Shades of Grandis #FED175
Tints of Grandis #FED175
RGB
CMYK
RGB Variations
Color information
#FED175 (or 0xFED175) is known color: Grandis. HEX triplet: FE, D1 and 75. RGB value is (254,209,117). Sum of RGB (Red+Green+Blue) = 254+209+117=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FED175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED175 is #012E8A. Grayscale: #D4D4D4. Windows color (decimal): -77451 or 7721470. OLE color: 7721470.
HSL color Cylindrical-coordinate representation of color #FED175: hue angle of 40.29º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FED175 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 117 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.00 |
| HSL | 40.29º | 0.99% | 0.73% | - |
| HSV(B) | 40.29º | 0.54% | 1% | - |
| XYZ | 66.88 | 67.96 | 26.42 | - |
| YUV | 211.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 117 | 0 | 0.18 | 0.54 | 0.00 | 40.29 | 0.99 | 0.73 |
| Hex | FE | D1 | 75 | 0 | 12 | 36 | 0 | 28 | 63 | 49 |
| Octal | 376 | 321 | 165 | 0 | 22 | 66 | 0 | 50 | 143 | 111 |
| Binary | 11111110 | 11010001 | 1110101 | 0 | 10010 | 110110 | 0 | 101000 | 1100011 | 1001001 |
Color Harmonies of #FED175
Complementary color
Monochromatic Colors of #FED175
Black with #FED175
Text Example
Text Example
White with #FED175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED175; }
p { color: rgb(254,209,117); }
H1.HeaderClassName
{
color: #FED175;
}
.AnyTagClassName
{
color: #FED175;
}
</style>
background-color css
<style>
a { background-color: #FED175; }
a { background-color: rgb(254,209,117); }
div.DivClassName
{
background-color: #FED175;
}
.BgClassName
{
background-color: #FED175;
}
</style>
border-color css
<style>
span { border-color: #FED175; }
span { border-color: rgb(254,209,117); }
td.TdClassName
{
border-color: #FED175;
}
.TagClassName
{
border-color: #FED175;
}
</style>