Shades of Corn #FBE45A
Tints of Corn #FBE45A
RGB
CMYK
RGB Variations
Color information
#FBE45A (or 0xFBE45A) is known color: Corn. HEX triplet: FB, E4 and 5A. RGB value is (251,228,90). Sum of RGB (Red+Green+Blue) = 251+228+90=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 90 (35.55% from 255 or 15.82% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE45A is #041BA5. Grayscale: #DBDBDB. Windows color (decimal): -269222 or 5956859. OLE color: 5956859.
HSL color Cylindrical-coordinate representation of color #FBE45A: hue angle of 51.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBE45A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 90 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.02 |
| HSL | 51.43º | 0.95% | 0.67% | - |
| HSV(B) | 51.43º | 0.64% | 0.98% | - |
| XYZ | 69.37 | 76.73 | 20.83 | - |
| YUV | 219.15 | 55.12 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 90 | 0 | 0.09 | 0.64 | 0.02 | 51.43 | 0.95 | 0.67 |
| Hex | FB | E4 | 5A | 0 | 9 | 40 | 2 | 33 | 5F | 43 |
| Octal | 373 | 344 | 132 | 0 | 11 | 100 | 2 | 63 | 137 | 103 |
| Binary | 11111011 | 11100100 | 1011010 | 0 | 1001 | 1000000 | 10 | 110011 | 1011111 | 1000011 |
Color Harmonies of #FBE45A
Complementary color
Monochromatic Colors of #FBE45A
Black with #FBE45A
Text Example
Text Example
White with #FBE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE45A; }
p { color: rgb(251,228,90); }
H1.HeaderClassName
{
color: #FBE45A;
}
.AnyTagClassName
{
color: #FBE45A;
}
</style>
background-color css
<style>
a { background-color: #FBE45A; }
a { background-color: rgb(251,228,90); }
div.DivClassName
{
background-color: #FBE45A;
}
.BgClassName
{
background-color: #FBE45A;
}
</style>
border-color css
<style>
span { border-color: #FBE45A; }
span { border-color: rgb(251,228,90); }
td.TdClassName
{
border-color: #FBE45A;
}
.TagClassName
{
border-color: #FBE45A;
}
</style>