Shades of Corn #FBED60
Tints of Corn #FBED60
RGB
CMYK
RGB Variations
Color information
#FBED60 (or 0xFBED60) is known color: Corn. HEX triplet: FB, ED and 60. RGB value is (251,237,96). Sum of RGB (Red+Green+Blue) = 251+237+96=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 96 (37.89% from 255 or 16.44% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED60 is #04129F. Grayscale: #E1E1E1. Windows color (decimal): -266912 or 6352379. OLE color: 6352379.
HSL color Cylindrical-coordinate representation of color #FBED60: hue angle of 54.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBED60 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 96 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.02 |
| HSL | 54.58º | 0.95% | 0.68% | - |
| HSV(B) | 54.58º | 0.62% | 0.98% | - |
| XYZ | 72.18 | 81.92 | 23.07 | - |
| YUV | 225.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 96 | 0 | 0.06 | 0.62 | 0.02 | 54.58 | 0.95 | 0.68 |
| Hex | FB | ED | 60 | 0 | 6 | 3E | 2 | 37 | 5F | 44 |
| Octal | 373 | 355 | 140 | 0 | 6 | 76 | 2 | 67 | 137 | 104 |
| Binary | 11111011 | 11101101 | 1100000 | 0 | 110 | 111110 | 10 | 110111 | 1011111 | 1000100 |
Color Harmonies of #FBED60
Complementary color
Monochromatic Colors of #FBED60
Black with #FBED60
Text Example
Text Example
White with #FBED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED60; }
p { color: rgb(251,237,96); }
H1.HeaderClassName
{
color: #FBED60;
}
.AnyTagClassName
{
color: #FBED60;
}
</style>
background-color css
<style>
a { background-color: #FBED60; }
a { background-color: rgb(251,237,96); }
div.DivClassName
{
background-color: #FBED60;
}
.BgClassName
{
background-color: #FBED60;
}
</style>
border-color css
<style>
span { border-color: #FBED60; }
span { border-color: rgb(251,237,96); }
td.TdClassName
{
border-color: #FBED60;
}
.TagClassName
{
border-color: #FBED60;
}
</style>