Shades of Corn #FDE769
Tints of Corn #FDE769
RGB
CMYK
RGB Variations
Color information
#FDE769 (or 0xFDE769) is known color: Corn. HEX triplet: FD, E7 and 69. RGB value is (253,231,105). Sum of RGB (Red+Green+Blue) = 253+231+105=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 105 (41.41% from 255 or 17.83% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE769 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE769 is #021896. Grayscale: #DFDFDF. Windows color (decimal): -137367 or 6940669. OLE color: 6940669.
HSL color Cylindrical-coordinate representation of color #FDE769: hue angle of 51.08º 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 #FDE769 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 105 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.01 |
| HSL | 51.08º | 0.97% | 0.7% | - |
| HSV(B) | 51.08º | 0.58% | 0.99% | - |
| XYZ | 71.63 | 79.05 | 24.85 | - |
| YUV | 223.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 105 | 0 | 0.09 | 0.58 | 0.01 | 51.08 | 0.97 | 0.7 |
| Hex | FD | E7 | 69 | 0 | 9 | 3A | 1 | 33 | 61 | 46 |
| Octal | 375 | 347 | 151 | 0 | 11 | 72 | 1 | 63 | 141 | 106 |
| Binary | 11111101 | 11100111 | 1101001 | 0 | 1001 | 111010 | 1 | 110011 | 1100001 | 1000110 |
Color Harmonies of #FDE769
Complementary color
Monochromatic Colors of #FDE769
Black with #FDE769
Text Example
Text Example
White with #FDE769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE769; }
p { color: rgb(253,231,105); }
H1.HeaderClassName
{
color: #FDE769;
}
.AnyTagClassName
{
color: #FDE769;
}
</style>
background-color css
<style>
a { background-color: #FDE769; }
a { background-color: rgb(253,231,105); }
div.DivClassName
{
background-color: #FDE769;
}
.BgClassName
{
background-color: #FDE769;
}
</style>
border-color css
<style>
span { border-color: #FDE769; }
span { border-color: rgb(253,231,105); }
td.TdClassName
{
border-color: #FDE769;
}
.TagClassName
{
border-color: #FDE769;
}
</style>