Shades of Corn #FBED5D
Tints of Corn #FBED5D
RGB
CMYK
RGB Variations
Color information
#FBED5D (or 0xFBED5D) is known color: Corn. HEX triplet: FB, ED and 5D. RGB value is (251,237,93). Sum of RGB (Red+Green+Blue) = 251+237+93=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED5D is #0412A2. Grayscale: #E1E1E1. Windows color (decimal): -266915 or 6155771. OLE color: 6155771.
HSL color Cylindrical-coordinate representation of color #FBED5D: hue angle of 54.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBED5D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 93 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.02 |
| HSL | 54.68º | 0.95% | 0.67% | - |
| HSV(B) | 54.68º | 0.63% | 0.98% | - |
| XYZ | 72.04 | 81.87 | 22.36 | - |
| YUV | 224.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 93 | 0 | 0.06 | 0.63 | 0.02 | 54.68 | 0.95 | 0.67 |
| Hex | FB | ED | 5D | 0 | 6 | 3F | 2 | 37 | 5F | 43 |
| Octal | 373 | 355 | 135 | 0 | 6 | 77 | 2 | 67 | 137 | 103 |
| Binary | 11111011 | 11101101 | 1011101 | 0 | 110 | 111111 | 10 | 110111 | 1011111 | 1000011 |
Color Harmonies of #FBED5D
Complementary color
Monochromatic Colors of #FBED5D
Black with #FBED5D
Text Example
Text Example
White with #FBED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED5D; }
p { color: rgb(251,237,93); }
H1.HeaderClassName
{
color: #FBED5D;
}
.AnyTagClassName
{
color: #FBED5D;
}
</style>
background-color css
<style>
a { background-color: #FBED5D; }
a { background-color: rgb(251,237,93); }
div.DivClassName
{
background-color: #FBED5D;
}
.BgClassName
{
background-color: #FBED5D;
}
</style>
border-color css
<style>
span { border-color: #FBED5D; }
span { border-color: rgb(251,237,93); }
td.TdClassName
{
border-color: #FBED5D;
}
.TagClassName
{
border-color: #FBED5D;
}
</style>