Shades of Grandis #FEC768
Tints of Grandis #FEC768
RGB
CMYK
RGB Variations
Color information
#FEC768 (or 0xFEC768) is known color: Grandis. HEX triplet: FE, C7 and 68. RGB value is (254,199,104). Sum of RGB (Red+Green+Blue) = 254+199+104=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC768 is #013897. Grayscale: #CDCDCD. Windows color (decimal): -80024 or 6866942. OLE color: 6866942.
HSL color Cylindrical-coordinate representation of color #FEC768: hue angle of 38º 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 #FEC768 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 104 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.00 |
| HSL | 38º | 0.99% | 0.7% | - |
| HSV(B) | 38º | 0.59% | 1% | - |
| XYZ | 63.8 | 62.92 | 21.88 | - |
| YUV | 204.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 104 | 0 | 0.22 | 0.59 | 0.00 | 38 | 0.99 | 0.7 |
| Hex | FE | C7 | 68 | 0 | 16 | 3B | 0 | 26 | 63 | 46 |
| Octal | 376 | 307 | 150 | 0 | 26 | 73 | 0 | 46 | 143 | 106 |
| Binary | 11111110 | 11000111 | 1101000 | 0 | 10110 | 111011 | 0 | 100110 | 1100011 | 1000110 |
Color Harmonies of #FEC768
Complementary color
Monochromatic Colors of #FEC768
Black with #FEC768
Text Example
Text Example
White with #FEC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC768; }
p { color: rgb(254,199,104); }
H1.HeaderClassName
{
color: #FEC768;
}
.AnyTagClassName
{
color: #FEC768;
}
</style>
background-color css
<style>
a { background-color: #FEC768; }
a { background-color: rgb(254,199,104); }
div.DivClassName
{
background-color: #FEC768;
}
.BgClassName
{
background-color: #FEC768;
}
</style>
border-color css
<style>
span { border-color: #FEC768; }
span { border-color: rgb(254,199,104); }
td.TdClassName
{
border-color: #FEC768;
}
.TagClassName
{
border-color: #FEC768;
}
</style>