Shades of Grandis #FED16B
Tints of Grandis #FED16B
RGB
CMYK
RGB Variations
Color information
#FED16B (or 0xFED16B) is known color: Grandis. HEX triplet: FE, D1 and 6B. RGB value is (254,209,107). Sum of RGB (Red+Green+Blue) = 254+209+107=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED16B is #012E94. Grayscale: #D3D3D3. Windows color (decimal): -77461 or 7066110. OLE color: 7066110.
HSL color Cylindrical-coordinate representation of color #FED16B: hue angle of 41.63º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FED16B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 107 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.00 |
| HSL | 41.63º | 0.99% | 0.71% | - |
| HSV(B) | 41.63º | 0.58% | 1% | - |
| XYZ | 66.33 | 67.73 | 23.49 | - |
| YUV | 210.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 107 | 0 | 0.18 | 0.58 | 0.00 | 41.63 | 0.99 | 0.71 |
| Hex | FE | D1 | 6B | 0 | 12 | 3A | 0 | 2A | 63 | 47 |
| Octal | 376 | 321 | 153 | 0 | 22 | 72 | 0 | 52 | 143 | 107 |
| Binary | 11111110 | 11010001 | 1101011 | 0 | 10010 | 111010 | 0 | 101010 | 1100011 | 1000111 |
Color Harmonies of #FED16B
Complementary color
Monochromatic Colors of #FED16B
Black with #FED16B
Text Example
Text Example
White with #FED16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED16B; }
p { color: rgb(254,209,107); }
H1.HeaderClassName
{
color: #FED16B;
}
.AnyTagClassName
{
color: #FED16B;
}
</style>
background-color css
<style>
a { background-color: #FED16B; }
a { background-color: rgb(254,209,107); }
div.DivClassName
{
background-color: #FED16B;
}
.BgClassName
{
background-color: #FED16B;
}
</style>
border-color css
<style>
span { border-color: #FED16B; }
span { border-color: rgb(254,209,107); }
td.TdClassName
{
border-color: #FED16B;
}
.TagClassName
{
border-color: #FED16B;
}
</style>