Shades of Corn #FDE967
Tints of Corn #FDE967
RGB
CMYK
RGB Variations
Color information
#FDE967 (or 0xFDE967) is known color: Corn. HEX triplet: FD, E9 and 67. RGB value is (253,233,103). Sum of RGB (Red+Green+Blue) = 253+233+103=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 103 (40.62% from 255 or 17.49% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE967 is #021698. Grayscale: #E0E0E0. Windows color (decimal): -136857 or 6810109. OLE color: 6810109.
HSL color Cylindrical-coordinate representation of color #FDE967: hue angle of 52º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDE967 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 103 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.01 |
| HSL | 52º | 0.97% | 0.7% | - |
| HSV(B) | 52º | 0.59% | 0.99% | - |
| XYZ | 72.1 | 80.14 | 24.5 | - |
| YUV | 224.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 103 | 0 | 0.08 | 0.59 | 0.01 | 52 | 0.97 | 0.7 |
| Hex | FD | E9 | 67 | 0 | 8 | 3B | 1 | 34 | 61 | 46 |
| Octal | 375 | 351 | 147 | 0 | 10 | 73 | 1 | 64 | 141 | 106 |
| Binary | 11111101 | 11101001 | 1100111 | 0 | 1000 | 111011 | 1 | 110100 | 1100001 | 1000110 |
Color Harmonies of #FDE967
Complementary color
Monochromatic Colors of #FDE967
Black with #FDE967
Text Example
Text Example
White with #FDE967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE967; }
p { color: rgb(253,233,103); }
H1.HeaderClassName
{
color: #FDE967;
}
.AnyTagClassName
{
color: #FDE967;
}
</style>
background-color css
<style>
a { background-color: #FDE967; }
a { background-color: rgb(253,233,103); }
div.DivClassName
{
background-color: #FDE967;
}
.BgClassName
{
background-color: #FDE967;
}
</style>
border-color css
<style>
span { border-color: #FDE967; }
span { border-color: rgb(253,233,103); }
td.TdClassName
{
border-color: #FDE967;
}
.TagClassName
{
border-color: #FDE967;
}
</style>