Shades of Corn #FDE969
Tints of Corn #FDE969
RGB
CMYK
RGB Variations
Color information
#FDE969 (or 0xFDE969) is known color: Corn. HEX triplet: FD, E9 and 69. RGB value is (253,233,105). Sum of RGB (Red+Green+Blue) = 253+233+105=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 105 (41.41% from 255 or 17.77% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE969 is #021696. Grayscale: #E0E0E0. Windows color (decimal): -136855 or 6941181. OLE color: 6941181.
HSL color Cylindrical-coordinate representation of color #FDE969: hue angle of 51.89º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDE969 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 105 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.01 |
| HSL | 51.89º | 0.97% | 0.7% | - |
| HSV(B) | 51.89º | 0.58% | 0.99% | - |
| XYZ | 72.2 | 80.18 | 25.04 | - |
| YUV | 224.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 105 | 0 | 0.08 | 0.58 | 0.01 | 51.89 | 0.97 | 0.7 |
| Hex | FD | E9 | 69 | 0 | 8 | 3A | 1 | 34 | 61 | 46 |
| Octal | 375 | 351 | 151 | 0 | 10 | 72 | 1 | 64 | 141 | 106 |
| Binary | 11111101 | 11101001 | 1101001 | 0 | 1000 | 111010 | 1 | 110100 | 1100001 | 1000110 |
Color Harmonies of #FDE969
Complementary color
Monochromatic Colors of #FDE969
Black with #FDE969
Text Example
Text Example
White with #FDE969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE969; }
p { color: rgb(253,233,105); }
H1.HeaderClassName
{
color: #FDE969;
}
.AnyTagClassName
{
color: #FDE969;
}
</style>
background-color css
<style>
a { background-color: #FDE969; }
a { background-color: rgb(253,233,105); }
div.DivClassName
{
background-color: #FDE969;
}
.BgClassName
{
background-color: #FDE969;
}
</style>
border-color css
<style>
span { border-color: #FDE969; }
span { border-color: rgb(253,233,105); }
td.TdClassName
{
border-color: #FDE969;
}
.TagClassName
{
border-color: #FDE969;
}
</style>