Shades of Grandis #FDCE77
Tints of Grandis #FDCE77
RGB
CMYK
RGB Variations
Color information
#FDCE77 (or 0xFDCE77) is known color: Grandis. HEX triplet: FD, CE and 77. RGB value is (253,206,119). Sum of RGB (Red+Green+Blue) = 253+206+119=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE77 is #023188. Grayscale: #D2D2D2. Windows color (decimal): -143753 or 7851773. OLE color: 7851773.
HSL color Cylindrical-coordinate representation of color #FDCE77: hue angle of 38.96º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDCE77 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 119 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.01 |
| HSL | 38.96º | 0.97% | 0.73% | - |
| HSV(B) | 38.96º | 0.53% | 0.99% | - |
| XYZ | 65.91 | 66.36 | 26.79 | - |
| YUV | 210.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 119 | 0 | 0.19 | 0.53 | 0.01 | 38.96 | 0.97 | 0.73 |
| Hex | FD | CE | 77 | 0 | 13 | 35 | 1 | 27 | 61 | 49 |
| Octal | 375 | 316 | 167 | 0 | 23 | 65 | 1 | 47 | 141 | 111 |
| Binary | 11111101 | 11001110 | 1110111 | 0 | 10011 | 110101 | 1 | 100111 | 1100001 | 1001001 |
Color Harmonies of #FDCE77
Complementary color
Monochromatic Colors of #FDCE77
Black with #FDCE77
Text Example
Text Example
White with #FDCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE77; }
p { color: rgb(253,206,119); }
H1.HeaderClassName
{
color: #FDCE77;
}
.AnyTagClassName
{
color: #FDCE77;
}
</style>
background-color css
<style>
a { background-color: #FDCE77; }
a { background-color: rgb(253,206,119); }
div.DivClassName
{
background-color: #FDCE77;
}
.BgClassName
{
background-color: #FDCE77;
}
</style>
border-color css
<style>
span { border-color: #FDCE77; }
span { border-color: rgb(253,206,119); }
td.TdClassName
{
border-color: #FDCE77;
}
.TagClassName
{
border-color: #FDCE77;
}
</style>