Shades of Corn #FBE465
Tints of Corn #FBE465
RGB
CMYK
RGB Variations
Color information
#FBE465 (or 0xFBE465) is known color: Corn. HEX triplet: FB, E4 and 65. RGB value is (251,228,101). Sum of RGB (Red+Green+Blue) = 251+228+101=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 101 (39.84% from 255 or 17.41% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE465 is #041B9A. Grayscale: #DCDCDC. Windows color (decimal): -269211 or 6677755. OLE color: 6677755.
HSL color Cylindrical-coordinate representation of color #FBE465: hue angle of 50.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBE465 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 101 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.02 |
| HSL | 50.8º | 0.95% | 0.69% | - |
| HSV(B) | 50.8º | 0.6% | 0.98% | - |
| XYZ | 69.88 | 76.94 | 23.48 | - |
| YUV | 220.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 101 | 0 | 0.09 | 0.60 | 0.02 | 50.8 | 0.95 | 0.69 |
| Hex | FB | E4 | 65 | 0 | 9 | 3C | 2 | 33 | 5F | 45 |
| Octal | 373 | 344 | 145 | 0 | 11 | 74 | 2 | 63 | 137 | 105 |
| Binary | 11111011 | 11100100 | 1100101 | 0 | 1001 | 111100 | 10 | 110011 | 1011111 | 1000101 |
Color Harmonies of #FBE465
Complementary color
Monochromatic Colors of #FBE465
Black with #FBE465
Text Example
Text Example
White with #FBE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE465; }
p { color: rgb(251,228,101); }
H1.HeaderClassName
{
color: #FBE465;
}
.AnyTagClassName
{
color: #FBE465;
}
</style>
background-color css
<style>
a { background-color: #FBE465; }
a { background-color: rgb(251,228,101); }
div.DivClassName
{
background-color: #FBE465;
}
.BgClassName
{
background-color: #FBE465;
}
</style>
border-color css
<style>
span { border-color: #FBE465; }
span { border-color: rgb(251,228,101); }
td.TdClassName
{
border-color: #FBE465;
}
.TagClassName
{
border-color: #FBE465;
}
</style>