Shades of Grandis #FED46D
Tints of Grandis #FED46D
RGB
CMYK
RGB Variations
Color information
#FED46D (or 0xFED46D) is known color: Grandis. HEX triplet: FE, D4 and 6D. RGB value is (254,212,109). Sum of RGB (Red+Green+Blue) = 254+212+109=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FED46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED46D is #012B92. Grayscale: #D5D5D5. Windows color (decimal): -76691 or 7197950. OLE color: 7197950.
HSL color Cylindrical-coordinate representation of color #FED46D: hue angle of 42.62º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FED46D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.00 |
| HSL | 42.62º | 0.99% | 0.71% | - |
| HSV(B) | 42.62º | 0.57% | 1% | - |
| XYZ | 67.18 | 69.26 | 24.3 | - |
| YUV | 212.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 109 | 0 | 0.17 | 0.57 | 0.00 | 42.62 | 0.99 | 0.71 |
| Hex | FE | D4 | 6D | 0 | 11 | 39 | 0 | 2B | 63 | 47 |
| Octal | 376 | 324 | 155 | 0 | 21 | 71 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010100 | 1101101 | 0 | 10001 | 111001 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED46D
Complementary color
Monochromatic Colors of #FED46D
Black with #FED46D
Text Example
Text Example
White with #FED46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED46D; }
p { color: rgb(254,212,109); }
H1.HeaderClassName
{
color: #FED46D;
}
.AnyTagClassName
{
color: #FED46D;
}
</style>
background-color css
<style>
a { background-color: #FED46D; }
a { background-color: rgb(254,212,109); }
div.DivClassName
{
background-color: #FED46D;
}
.BgClassName
{
background-color: #FED46D;
}
</style>
border-color css
<style>
span { border-color: #FED46D; }
span { border-color: rgb(254,212,109); }
td.TdClassName
{
border-color: #FED46D;
}
.TagClassName
{
border-color: #FED46D;
}
</style>