Shades of Grandis #FEC56B
Tints of Grandis #FEC56B
RGB
CMYK
RGB Variations
Color information
#FEC56B (or 0xFEC56B) is known color: Grandis. HEX triplet: FE, C5 and 6B. RGB value is (254,197,107). Sum of RGB (Red+Green+Blue) = 254+197+107=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC56B is #013A94. Grayscale: #CCCCCC. Windows color (decimal): -80533 or 7063038. OLE color: 7063038.
HSL color Cylindrical-coordinate representation of color #FEC56B: hue angle of 36.73º 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 #FEC56B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 107 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.00 |
| HSL | 36.73º | 0.99% | 0.71% | - |
| HSV(B) | 36.73º | 0.58% | 1% | - |
| XYZ | 63.49 | 62.06 | 22.54 | - |
| YUV | 203.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 107 | 0 | 0.22 | 0.58 | 0.00 | 36.73 | 0.99 | 0.71 |
| Hex | FE | C5 | 6B | 0 | 16 | 3A | 0 | 25 | 63 | 47 |
| Octal | 376 | 305 | 153 | 0 | 26 | 72 | 0 | 45 | 143 | 107 |
| Binary | 11111110 | 11000101 | 1101011 | 0 | 10110 | 111010 | 0 | 100101 | 1100011 | 1000111 |
Color Harmonies of #FEC56B
Complementary color
Monochromatic Colors of #FEC56B
Black with #FEC56B
Text Example
Text Example
White with #FEC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC56B; }
p { color: rgb(254,197,107); }
H1.HeaderClassName
{
color: #FEC56B;
}
.AnyTagClassName
{
color: #FEC56B;
}
</style>
background-color css
<style>
a { background-color: #FEC56B; }
a { background-color: rgb(254,197,107); }
div.DivClassName
{
background-color: #FEC56B;
}
.BgClassName
{
background-color: #FEC56B;
}
</style>
border-color css
<style>
span { border-color: #FEC56B; }
span { border-color: rgb(254,197,107); }
td.TdClassName
{
border-color: #FEC56B;
}
.TagClassName
{
border-color: #FEC56B;
}
</style>