Shades of Grandis #FED46B
Tints of Grandis #FED46B
RGB
CMYK
RGB Variations
Color information
#FED46B (or 0xFED46B) is known color: Grandis. HEX triplet: FE, D4 and 6B. RGB value is (254,212,107). Sum of RGB (Red+Green+Blue) = 254+212+107=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FED46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED46B is #012B94. Grayscale: #D5D5D5. Windows color (decimal): -76693 or 7066878. OLE color: 7066878.
HSL color Cylindrical-coordinate representation of color #FED46B: hue angle of 42.86º 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 #FED46B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.00 |
| HSL | 42.86º | 0.99% | 0.71% | - |
| HSV(B) | 42.86º | 0.58% | 1% | - |
| XYZ | 67.07 | 69.22 | 23.74 | - |
| YUV | 212.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 107 | 0 | 0.17 | 0.58 | 0.00 | 42.86 | 0.99 | 0.71 |
| Hex | FE | D4 | 6B | 0 | 11 | 3A | 0 | 2B | 63 | 47 |
| Octal | 376 | 324 | 153 | 0 | 21 | 72 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010100 | 1101011 | 0 | 10001 | 111010 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED46B
Complementary color
Monochromatic Colors of #FED46B
Black with #FED46B
Text Example
Text Example
White with #FED46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED46B; }
p { color: rgb(254,212,107); }
H1.HeaderClassName
{
color: #FED46B;
}
.AnyTagClassName
{
color: #FED46B;
}
</style>
background-color css
<style>
a { background-color: #FED46B; }
a { background-color: rgb(254,212,107); }
div.DivClassName
{
background-color: #FED46B;
}
.BgClassName
{
background-color: #FED46B;
}
</style>
border-color css
<style>
span { border-color: #FED46B; }
span { border-color: rgb(254,212,107); }
td.TdClassName
{
border-color: #FED46B;
}
.TagClassName
{
border-color: #FED46B;
}
</style>