Shades of Corn #FBE85C
Tints of Corn #FBE85C
RGB
CMYK
RGB Variations
Color information
#FBE85C (or 0xFBE85C) is known color: Corn. HEX triplet: FB, E8 and 5C. RGB value is (251,232,92). Sum of RGB (Red+Green+Blue) = 251+232+92=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 92 (36.33% from 255 or 16% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE85C is #0417A3. Grayscale: #DEDEDE. Windows color (decimal): -268196 or 6088955. OLE color: 6088955.
HSL color Cylindrical-coordinate representation of color #FBE85C: hue angle of 52.83º 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 #FBE85C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 92 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.02 |
| HSL | 52.83º | 0.95% | 0.67% | - |
| HSV(B) | 52.83º | 0.63% | 0.98% | - |
| XYZ | 70.57 | 79 | 21.65 | - |
| YUV | 221.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 92 | 0 | 0.08 | 0.63 | 0.02 | 52.83 | 0.95 | 0.67 |
| Hex | FB | E8 | 5C | 0 | 8 | 3F | 2 | 35 | 5F | 43 |
| Octal | 373 | 350 | 134 | 0 | 10 | 77 | 2 | 65 | 137 | 103 |
| Binary | 11111011 | 11101000 | 1011100 | 0 | 1000 | 111111 | 10 | 110101 | 1011111 | 1000011 |
Color Harmonies of #FBE85C
Complementary color
Monochromatic Colors of #FBE85C
Black with #FBE85C
Text Example
Text Example
White with #FBE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE85C; }
p { color: rgb(251,232,92); }
H1.HeaderClassName
{
color: #FBE85C;
}
.AnyTagClassName
{
color: #FBE85C;
}
</style>
background-color css
<style>
a { background-color: #FBE85C; }
a { background-color: rgb(251,232,92); }
div.DivClassName
{
background-color: #FBE85C;
}
.BgClassName
{
background-color: #FBE85C;
}
</style>
border-color css
<style>
span { border-color: #FBE85C; }
span { border-color: rgb(251,232,92); }
td.TdClassName
{
border-color: #FBE85C;
}
.TagClassName
{
border-color: #FBE85C;
}
</style>