Shades of Corn #FBED5E
Tints of Corn #FBED5E
RGB
CMYK
RGB Variations
Color information
#FBED5E (or 0xFBED5E) is known color: Corn. HEX triplet: FB, ED and 5E. RGB value is (251,237,94). Sum of RGB (Red+Green+Blue) = 251+237+94=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 94 (37.11% from 255 or 16.15% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED5E is #0412A1. Grayscale: #E1E1E1. Windows color (decimal): -266914 or 6221307. OLE color: 6221307.
HSL color Cylindrical-coordinate representation of color #FBED5E: hue angle of 54.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBED5E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 94 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.02 |
| HSL | 54.65º | 0.95% | 0.68% | - |
| HSV(B) | 54.65º | 0.63% | 0.98% | - |
| XYZ | 72.09 | 81.89 | 22.6 | - |
| YUV | 224.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 94 | 0 | 0.06 | 0.63 | 0.02 | 54.65 | 0.95 | 0.68 |
| Hex | FB | ED | 5E | 0 | 6 | 3F | 2 | 37 | 5F | 44 |
| Octal | 373 | 355 | 136 | 0 | 6 | 77 | 2 | 67 | 137 | 104 |
| Binary | 11111011 | 11101101 | 1011110 | 0 | 110 | 111111 | 10 | 110111 | 1011111 | 1000100 |
Color Harmonies of #FBED5E
Complementary color
Monochromatic Colors of #FBED5E
Black with #FBED5E
Text Example
Text Example
White with #FBED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED5E; }
p { color: rgb(251,237,94); }
H1.HeaderClassName
{
color: #FBED5E;
}
.AnyTagClassName
{
color: #FBED5E;
}
</style>
background-color css
<style>
a { background-color: #FBED5E; }
a { background-color: rgb(251,237,94); }
div.DivClassName
{
background-color: #FBED5E;
}
.BgClassName
{
background-color: #FBED5E;
}
</style>
border-color css
<style>
span { border-color: #FBED5E; }
span { border-color: rgb(251,237,94); }
td.TdClassName
{
border-color: #FBED5E;
}
.TagClassName
{
border-color: #FBED5E;
}
</style>