Shades of Grandis #FEC968
Tints of Grandis #FEC968
RGB
CMYK
RGB Variations
Color information
#FEC968 (or 0xFEC968) is known color: Grandis. HEX triplet: FE, C9 and 68. RGB value is (254,201,104). Sum of RGB (Red+Green+Blue) = 254+201+104=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC968 is #013697. Grayscale: #CECECE. Windows color (decimal): -79512 or 6867454. OLE color: 6867454.
HSL color Cylindrical-coordinate representation of color #FEC968: hue angle of 38.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEC968 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 104 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.00 |
| HSL | 38.8º | 0.99% | 0.7% | - |
| HSV(B) | 38.8º | 0.59% | 1% | - |
| XYZ | 64.26 | 63.84 | 22.03 | - |
| YUV | 205.79 | 70.56 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 104 | 0 | 0.21 | 0.59 | 0.00 | 38.8 | 0.99 | 0.7 |
| Hex | FE | C9 | 68 | 0 | 15 | 3B | 0 | 27 | 63 | 46 |
| Octal | 376 | 311 | 150 | 0 | 25 | 73 | 0 | 47 | 143 | 106 |
| Binary | 11111110 | 11001001 | 1101000 | 0 | 10101 | 111011 | 0 | 100111 | 1100011 | 1000110 |
Color Harmonies of #FEC968
Complementary color
Monochromatic Colors of #FEC968
Black with #FEC968
Text Example
Text Example
White with #FEC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC968; }
p { color: rgb(254,201,104); }
H1.HeaderClassName
{
color: #FEC968;
}
.AnyTagClassName
{
color: #FEC968;
}
</style>
background-color css
<style>
a { background-color: #FEC968; }
a { background-color: rgb(254,201,104); }
div.DivClassName
{
background-color: #FEC968;
}
.BgClassName
{
background-color: #FEC968;
}
</style>
border-color css
<style>
span { border-color: #FEC968; }
span { border-color: rgb(254,201,104); }
td.TdClassName
{
border-color: #FEC968;
}
.TagClassName
{
border-color: #FEC968;
}
</style>