Shades of Corn #FBED66
Tints of Corn #FBED66
RGB
CMYK
RGB Variations
Color information
#FBED66 (or 0xFBED66) is known color: Corn. HEX triplet: FB, ED and 66. RGB value is (251,237,102). Sum of RGB (Red+Green+Blue) = 251+237+102=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 102 (40.23% from 255 or 17.29% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED66 is #041299. Grayscale: #E2E2E2. Windows color (decimal): -266906 or 6745595. OLE color: 6745595.
HSL color Cylindrical-coordinate representation of color #FBED66: hue angle of 54.36º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBED66 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 102 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.02 |
| HSL | 54.36º | 0.95% | 0.69% | - |
| HSV(B) | 54.36º | 0.59% | 0.98% | - |
| XYZ | 72.47 | 82.04 | 24.59 | - |
| YUV | 225.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 102 | 0 | 0.06 | 0.59 | 0.02 | 54.36 | 0.95 | 0.69 |
| Hex | FB | ED | 66 | 0 | 6 | 3B | 2 | 36 | 5F | 45 |
| Octal | 373 | 355 | 146 | 0 | 6 | 73 | 2 | 66 | 137 | 105 |
| Binary | 11111011 | 11101101 | 1100110 | 0 | 110 | 111011 | 10 | 110110 | 1011111 | 1000101 |
Color Harmonies of #FBED66
Complementary color
Monochromatic Colors of #FBED66
Black with #FBED66
Text Example
Text Example
White with #FBED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED66; }
p { color: rgb(251,237,102); }
H1.HeaderClassName
{
color: #FBED66;
}
.AnyTagClassName
{
color: #FBED66;
}
</style>
background-color css
<style>
a { background-color: #FBED66; }
a { background-color: rgb(251,237,102); }
div.DivClassName
{
background-color: #FBED66;
}
.BgClassName
{
background-color: #FBED66;
}
</style>
border-color css
<style>
span { border-color: #FBED66; }
span { border-color: rgb(251,237,102); }
td.TdClassName
{
border-color: #FBED66;
}
.TagClassName
{
border-color: #FBED66;
}
</style>