Shades of Grandis #FECF68
Tints of Grandis #FECF68
RGB
CMYK
RGB Variations
Color information
#FECF68 (or 0xFECF68) is known color: Grandis. HEX triplet: FE, CF and 68. RGB value is (254,207,104). Sum of RGB (Red+Green+Blue) = 254+207+104=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF68 is #013097. Grayscale: #D1D1D1. Windows color (decimal): -77976 or 6868990. OLE color: 6868990.
HSL color Cylindrical-coordinate representation of color #FECF68: hue angle of 41.2º 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 #FECF68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.00 |
| HSL | 41.2º | 0.99% | 0.7% | - |
| HSV(B) | 41.2º | 0.59% | 1% | - |
| XYZ | 65.68 | 66.7 | 22.51 | - |
| YUV | 209.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 104 | 0 | 0.19 | 0.59 | 0.00 | 41.2 | 0.99 | 0.7 |
| Hex | FE | CF | 68 | 0 | 13 | 3B | 0 | 29 | 63 | 46 |
| Octal | 376 | 317 | 150 | 0 | 23 | 73 | 0 | 51 | 143 | 106 |
| Binary | 11111110 | 11001111 | 1101000 | 0 | 10011 | 111011 | 0 | 101001 | 1100011 | 1000110 |
Color Harmonies of #FECF68
Complementary color
Monochromatic Colors of #FECF68
Black with #FECF68
Text Example
Text Example
White with #FECF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF68; }
p { color: rgb(254,207,104); }
H1.HeaderClassName
{
color: #FECF68;
}
.AnyTagClassName
{
color: #FECF68;
}
</style>
background-color css
<style>
a { background-color: #FECF68; }
a { background-color: rgb(254,207,104); }
div.DivClassName
{
background-color: #FECF68;
}
.BgClassName
{
background-color: #FECF68;
}
</style>
border-color css
<style>
span { border-color: #FECF68; }
span { border-color: rgb(254,207,104); }
td.TdClassName
{
border-color: #FECF68;
}
.TagClassName
{
border-color: #FECF68;
}
</style>