Shades of Grandis #FED46C
Tints of Grandis #FED46C
RGB
CMYK
RGB Variations
Color information
#FED46C (or 0xFED46C) is known color: Grandis. HEX triplet: FE, D4 and 6C. RGB value is (254,212,108). Sum of RGB (Red+Green+Blue) = 254+212+108=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FED46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED46C is #012B93. Grayscale: #D5D5D5. Windows color (decimal): -76692 or 7132414. OLE color: 7132414.
HSL color Cylindrical-coordinate representation of color #FED46C: hue angle of 42.74º 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 #FED46C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 108 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.00 |
| HSL | 42.74º | 0.99% | 0.71% | - |
| HSV(B) | 42.74º | 0.57% | 1% | - |
| XYZ | 67.12 | 69.24 | 24.01 | - |
| YUV | 212.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 108 | 0 | 0.17 | 0.57 | 0.00 | 42.74 | 0.99 | 0.71 |
| Hex | FE | D4 | 6C | 0 | 11 | 39 | 0 | 2B | 63 | 47 |
| Octal | 376 | 324 | 154 | 0 | 21 | 71 | 0 | 53 | 143 | 107 |
| Binary | 11111110 | 11010100 | 1101100 | 0 | 10001 | 111001 | 0 | 101011 | 1100011 | 1000111 |
Color Harmonies of #FED46C
Complementary color
Monochromatic Colors of #FED46C
Black with #FED46C
Text Example
Text Example
White with #FED46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED46C; }
p { color: rgb(254,212,108); }
H1.HeaderClassName
{
color: #FED46C;
}
.AnyTagClassName
{
color: #FED46C;
}
</style>
background-color css
<style>
a { background-color: #FED46C; }
a { background-color: rgb(254,212,108); }
div.DivClassName
{
background-color: #FED46C;
}
.BgClassName
{
background-color: #FED46C;
}
</style>
border-color css
<style>
span { border-color: #FED46C; }
span { border-color: rgb(254,212,108); }
td.TdClassName
{
border-color: #FED46C;
}
.TagClassName
{
border-color: #FED46C;
}
</style>