Shades of Grandis #FEC46B
Tints of Grandis #FEC46B
RGB
CMYK
RGB Variations
Color information
#FEC46B (or 0xFEC46B) is known color: Grandis. HEX triplet: FE, C4 and 6B. RGB value is (254,196,107). Sum of RGB (Red+Green+Blue) = 254+196+107=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC46B is #013B94. Grayscale: #CBCBCB. Windows color (decimal): -80789 or 7062782. OLE color: 7062782.
HSL color Cylindrical-coordinate representation of color #FEC46B: hue angle of 36.33º 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 #FEC46B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 107 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.00 |
| HSL | 36.33º | 0.99% | 0.71% | - |
| HSV(B) | 36.33º | 0.58% | 1% | - |
| XYZ | 63.27 | 61.61 | 22.47 | - |
| YUV | 203.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 107 | 0 | 0.23 | 0.58 | 0.00 | 36.33 | 0.99 | 0.71 |
| Hex | FE | C4 | 6B | 0 | 17 | 3A | 0 | 24 | 63 | 47 |
| Octal | 376 | 304 | 153 | 0 | 27 | 72 | 0 | 44 | 143 | 107 |
| Binary | 11111110 | 11000100 | 1101011 | 0 | 10111 | 111010 | 0 | 100100 | 1100011 | 1000111 |
Color Harmonies of #FEC46B
Complementary color
Monochromatic Colors of #FEC46B
Black with #FEC46B
Text Example
Text Example
White with #FEC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC46B; }
p { color: rgb(254,196,107); }
H1.HeaderClassName
{
color: #FEC46B;
}
.AnyTagClassName
{
color: #FEC46B;
}
</style>
background-color css
<style>
a { background-color: #FEC46B; }
a { background-color: rgb(254,196,107); }
div.DivClassName
{
background-color: #FEC46B;
}
.BgClassName
{
background-color: #FEC46B;
}
</style>
border-color css
<style>
span { border-color: #FEC46B; }
span { border-color: rgb(254,196,107); }
td.TdClassName
{
border-color: #FEC46B;
}
.TagClassName
{
border-color: #FEC46B;
}
</style>