Shades of Grandis #FECE75
Tints of Grandis #FECE75
RGB
CMYK
RGB Variations
Color information
#FECE75 (or 0xFECE75) is known color: Grandis. HEX triplet: FE, CE and 75. RGB value is (254,206,117). Sum of RGB (Red+Green+Blue) = 254+206+117=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE75 is #01318A. Grayscale: #D2D2D2. Windows color (decimal): -78219 or 7720702. OLE color: 7720702.
HSL color Cylindrical-coordinate representation of color #FECE75: hue angle of 38.98º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FECE75 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 117 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.00 |
| HSL | 38.98º | 0.99% | 0.73% | - |
| HSV(B) | 38.98º | 0.54% | 1% | - |
| XYZ | 66.16 | 66.5 | 26.18 | - |
| YUV | 210.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 117 | 0 | 0.19 | 0.54 | 0.00 | 38.98 | 0.99 | 0.73 |
| Hex | FE | CE | 75 | 0 | 13 | 36 | 0 | 27 | 63 | 49 |
| Octal | 376 | 316 | 165 | 0 | 23 | 66 | 0 | 47 | 143 | 111 |
| Binary | 11111110 | 11001110 | 1110101 | 0 | 10011 | 110110 | 0 | 100111 | 1100011 | 1001001 |
Color Harmonies of #FECE75
Complementary color
Monochromatic Colors of #FECE75
Black with #FECE75
Text Example
Text Example
White with #FECE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE75; }
p { color: rgb(254,206,117); }
H1.HeaderClassName
{
color: #FECE75;
}
.AnyTagClassName
{
color: #FECE75;
}
</style>
background-color css
<style>
a { background-color: #FECE75; }
a { background-color: rgb(254,206,117); }
div.DivClassName
{
background-color: #FECE75;
}
.BgClassName
{
background-color: #FECE75;
}
</style>
border-color css
<style>
span { border-color: #FECE75; }
span { border-color: rgb(254,206,117); }
td.TdClassName
{
border-color: #FECE75;
}
.TagClassName
{
border-color: #FECE75;
}
</style>