Shades of Grandis #FECF6D
Tints of Grandis #FECF6D
RGB
CMYK
RGB Variations
Color information
#FECF6D (or 0xFECF6D) is known color: Grandis. HEX triplet: FE, CF and 6D. RGB value is (254,207,109). Sum of RGB (Red+Green+Blue) = 254+207+109=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF6D is #013092. Grayscale: #D2D2D2. Windows color (decimal): -77971 or 7196670. OLE color: 7196670.
HSL color Cylindrical-coordinate representation of color #FECF6D: hue angle of 40.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FECF6D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 109 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.00 |
| HSL | 40.55º | 0.99% | 0.71% | - |
| HSV(B) | 40.55º | 0.57% | 1% | - |
| XYZ | 65.95 | 66.8 | 23.89 | - |
| YUV | 209.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 109 | 0 | 0.19 | 0.57 | 0.00 | 40.55 | 0.99 | 0.71 |
| Hex | FE | CF | 6D | 0 | 13 | 39 | 0 | 29 | 63 | 47 |
| Octal | 376 | 317 | 155 | 0 | 23 | 71 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11001111 | 1101101 | 0 | 10011 | 111001 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FECF6D
Complementary color
Monochromatic Colors of #FECF6D
Black with #FECF6D
Text Example
Text Example
White with #FECF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF6D; }
p { color: rgb(254,207,109); }
H1.HeaderClassName
{
color: #FECF6D;
}
.AnyTagClassName
{
color: #FECF6D;
}
</style>
background-color css
<style>
a { background-color: #FECF6D; }
a { background-color: rgb(254,207,109); }
div.DivClassName
{
background-color: #FECF6D;
}
.BgClassName
{
background-color: #FECF6D;
}
</style>
border-color css
<style>
span { border-color: #FECF6D; }
span { border-color: rgb(254,207,109); }
td.TdClassName
{
border-color: #FECF6D;
}
.TagClassName
{
border-color: #FECF6D;
}
</style>