Shades of Corn #FBED57
Tints of Corn #FBED57
RGB
CMYK
RGB Variations
Color information
#FBED57 (or 0xFBED57) is known color: Corn. HEX triplet: FB, ED and 57. RGB value is (251,237,87). Sum of RGB (Red+Green+Blue) = 251+237+87=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 87 (34.38% from 255 or 15.13% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED57 is #0412A8. Grayscale: #E0E0E0. Windows color (decimal): -266921 or 5762555. OLE color: 5762555.
HSL color Cylindrical-coordinate representation of color #FBED57: hue angle of 54.88º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBED57 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 87 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.02 |
| HSL | 54.88º | 0.95% | 0.66% | - |
| HSV(B) | 54.88º | 0.65% | 0.98% | - |
| XYZ | 71.79 | 81.77 | 21.02 | - |
| YUV | 224.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 87 | 0 | 0.06 | 0.65 | 0.02 | 54.88 | 0.95 | 0.66 |
| Hex | FB | ED | 57 | 0 | 6 | 41 | 2 | 37 | 5F | 42 |
| Octal | 373 | 355 | 127 | 0 | 6 | 101 | 2 | 67 | 137 | 102 |
| Binary | 11111011 | 11101101 | 1010111 | 0 | 110 | 1000001 | 10 | 110111 | 1011111 | 1000010 |
Color Harmonies of #FBED57
Complementary color
Monochromatic Colors of #FBED57
Black with #FBED57
Text Example
Text Example
White with #FBED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED57; }
p { color: rgb(251,237,87); }
H1.HeaderClassName
{
color: #FBED57;
}
.AnyTagClassName
{
color: #FBED57;
}
</style>
background-color css
<style>
a { background-color: #FBED57; }
a { background-color: rgb(251,237,87); }
div.DivClassName
{
background-color: #FBED57;
}
.BgClassName
{
background-color: #FBED57;
}
</style>
border-color css
<style>
span { border-color: #FBED57; }
span { border-color: rgb(251,237,87); }
td.TdClassName
{
border-color: #FBED57;
}
.TagClassName
{
border-color: #FBED57;
}
</style>