Shades of Corn #FDEB67
Tints of Corn #FDEB67
RGB
CMYK
RGB Variations
Color information
#FDEB67 (or 0xFDEB67) is known color: Corn. HEX triplet: FD, EB and 67. RGB value is (253,235,103). Sum of RGB (Red+Green+Blue) = 253+235+103=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB67 is #021498. Grayscale: #E1E1E1. Windows color (decimal): -136345 or 6810621. OLE color: 6810621.
HSL color Cylindrical-coordinate representation of color #FDEB67: hue angle of 52.8º 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 #FDEB67 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 103 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.01 |
| HSL | 52.8º | 0.97% | 0.7% | - |
| HSV(B) | 52.8º | 0.59% | 0.99% | - |
| XYZ | 72.66 | 81.28 | 24.69 | - |
| YUV | 225.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 103 | 0 | 0.07 | 0.59 | 0.01 | 52.8 | 0.97 | 0.7 |
| Hex | FD | EB | 67 | 0 | 7 | 3B | 1 | 35 | 61 | 46 |
| Octal | 375 | 353 | 147 | 0 | 7 | 73 | 1 | 65 | 141 | 106 |
| Binary | 11111101 | 11101011 | 1100111 | 0 | 111 | 111011 | 1 | 110101 | 1100001 | 1000110 |
Color Harmonies of #FDEB67
Complementary color
Monochromatic Colors of #FDEB67
Black with #FDEB67
Text Example
Text Example
White with #FDEB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB67; }
p { color: rgb(253,235,103); }
H1.HeaderClassName
{
color: #FDEB67;
}
.AnyTagClassName
{
color: #FDEB67;
}
</style>
background-color css
<style>
a { background-color: #FDEB67; }
a { background-color: rgb(253,235,103); }
div.DivClassName
{
background-color: #FDEB67;
}
.BgClassName
{
background-color: #FDEB67;
}
</style>
border-color css
<style>
span { border-color: #FDEB67; }
span { border-color: rgb(253,235,103); }
td.TdClassName
{
border-color: #FDEB67;
}
.TagClassName
{
border-color: #FDEB67;
}
</style>