Shades of Grandis #FECF6B
Tints of Grandis #FECF6B
RGB
CMYK
RGB Variations
Color information
#FECF6B (or 0xFECF6B) is known color: Grandis. HEX triplet: FE, CF and 6B. RGB value is (254,207,107). Sum of RGB (Red+Green+Blue) = 254+207+107=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF6B is #013094. Grayscale: #D2D2D2. Windows color (decimal): -77973 or 7065598. OLE color: 7065598.
HSL color Cylindrical-coordinate representation of color #FECF6B: hue angle of 40.82º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FECF6B is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 107 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.00 |
| HSL | 40.82º | 0.99% | 0.71% | - |
| HSV(B) | 40.82º | 0.58% | 1% | - |
| XYZ | 65.84 | 66.76 | 23.33 | - |
| YUV | 209.65 | 70.07 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 107 | 0 | 0.19 | 0.58 | 0.00 | 40.82 | 0.99 | 0.71 |
| Hex | FE | CF | 6B | 0 | 13 | 3A | 0 | 29 | 63 | 47 |
| Octal | 376 | 317 | 153 | 0 | 23 | 72 | 0 | 51 | 143 | 107 |
| Binary | 11111110 | 11001111 | 1101011 | 0 | 10011 | 111010 | 0 | 101001 | 1100011 | 1000111 |
Color Harmonies of #FECF6B
Complementary color
Monochromatic Colors of #FECF6B
Black with #FECF6B
Text Example
Text Example
White with #FECF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF6B; }
p { color: rgb(254,207,107); }
H1.HeaderClassName
{
color: #FECF6B;
}
.AnyTagClassName
{
color: #FECF6B;
}
</style>
background-color css
<style>
a { background-color: #FECF6B; }
a { background-color: rgb(254,207,107); }
div.DivClassName
{
background-color: #FECF6B;
}
.BgClassName
{
background-color: #FECF6B;
}
</style>
border-color css
<style>
span { border-color: #FECF6B; }
span { border-color: rgb(254,207,107); }
td.TdClassName
{
border-color: #FECF6B;
}
.TagClassName
{
border-color: #FECF6B;
}
</style>