Shades of Corn #FBED62
Tints of Corn #FBED62
RGB
CMYK
RGB Variations
Color information
#FBED62 (or 0xFBED62) is known color: Corn. HEX triplet: FB, ED and 62. RGB value is (251,237,98). Sum of RGB (Red+Green+Blue) = 251+237+98=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 98 (38.67% from 255 or 16.72% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED62 is #04129D. Grayscale: #E1E1E1. Windows color (decimal): -266910 or 6483451. OLE color: 6483451.
HSL color Cylindrical-coordinate representation of color #FBED62: hue angle of 54.51º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBED62 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 98 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.02 |
| HSL | 54.51º | 0.95% | 0.68% | - |
| HSV(B) | 54.51º | 0.61% | 0.98% | - |
| XYZ | 72.27 | 81.96 | 23.57 | - |
| YUV | 225.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 98 | 0 | 0.06 | 0.61 | 0.02 | 54.51 | 0.95 | 0.68 |
| Hex | FB | ED | 62 | 0 | 6 | 3D | 2 | 37 | 5F | 44 |
| Octal | 373 | 355 | 142 | 0 | 6 | 75 | 2 | 67 | 137 | 104 |
| Binary | 11111011 | 11101101 | 1100010 | 0 | 110 | 111101 | 10 | 110111 | 1011111 | 1000100 |
Color Harmonies of #FBED62
Complementary color
Monochromatic Colors of #FBED62
Black with #FBED62
Text Example
Text Example
White with #FBED62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED62; }
p { color: rgb(251,237,98); }
H1.HeaderClassName
{
color: #FBED62;
}
.AnyTagClassName
{
color: #FBED62;
}
</style>
background-color css
<style>
a { background-color: #FBED62; }
a { background-color: rgb(251,237,98); }
div.DivClassName
{
background-color: #FBED62;
}
.BgClassName
{
background-color: #FBED62;
}
</style>
border-color css
<style>
span { border-color: #FBED62; }
span { border-color: rgb(251,237,98); }
td.TdClassName
{
border-color: #FBED62;
}
.TagClassName
{
border-color: #FBED62;
}
</style>