Shades of Grandis #FEC364
Tints of Grandis #FEC364
RGB
CMYK
RGB Variations
Color information
#FEC364 (or 0xFEC364) is known color: Grandis. HEX triplet: FE, C3 and 64. RGB value is (254,195,100). Sum of RGB (Red+Green+Blue) = 254+195+100=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC364 is #013C9B. Grayscale: #CACACA. Windows color (decimal): -81052 or 6603774. OLE color: 6603774.
HSL color Cylindrical-coordinate representation of color #FEC364: hue angle of 37.01º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEC364 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 100 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.00 |
| HSL | 37.01º | 0.99% | 0.69% | - |
| HSV(B) | 37.01º | 0.61% | 1% | - |
| XYZ | 62.69 | 61.02 | 20.53 | - |
| YUV | 201.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 100 | 0 | 0.23 | 0.61 | 0.00 | 37.01 | 0.99 | 0.69 |
| Hex | FE | C3 | 64 | 0 | 17 | 3D | 0 | 25 | 63 | 45 |
| Octal | 376 | 303 | 144 | 0 | 27 | 75 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000011 | 1100100 | 0 | 10111 | 111101 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC364
Complementary color
Monochromatic Colors of #FEC364
Black with #FEC364
Text Example
Text Example
White with #FEC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC364; }
p { color: rgb(254,195,100); }
H1.HeaderClassName
{
color: #FEC364;
}
.AnyTagClassName
{
color: #FEC364;
}
</style>
background-color css
<style>
a { background-color: #FEC364; }
a { background-color: rgb(254,195,100); }
div.DivClassName
{
background-color: #FEC364;
}
.BgClassName
{
background-color: #FEC364;
}
</style>
border-color css
<style>
span { border-color: #FEC364; }
span { border-color: rgb(254,195,100); }
td.TdClassName
{
border-color: #FEC364;
}
.TagClassName
{
border-color: #FEC364;
}
</style>