Shades of Corn #FBE466
Tints of Corn #FBE466
RGB
CMYK
RGB Variations
Color information
#FBE466 (or 0xFBE466) is known color: Corn. HEX triplet: FB, E4 and 66. RGB value is (251,228,102). Sum of RGB (Red+Green+Blue) = 251+228+102=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 102 (40.23% from 255 or 17.56% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE466 is #041B99. Grayscale: #DDDDDD. Windows color (decimal): -269210 or 6743291. OLE color: 6743291.
HSL color Cylindrical-coordinate representation of color #FBE466: hue angle of 50.74º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBE466 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 102 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.02 |
| HSL | 50.74º | 0.95% | 0.69% | - |
| HSV(B) | 50.74º | 0.59% | 0.98% | - |
| XYZ | 69.93 | 76.96 | 23.74 | - |
| YUV | 220.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 102 | 0 | 0.09 | 0.59 | 0.02 | 50.74 | 0.95 | 0.69 |
| Hex | FB | E4 | 66 | 0 | 9 | 3B | 2 | 33 | 5F | 45 |
| Octal | 373 | 344 | 146 | 0 | 11 | 73 | 2 | 63 | 137 | 105 |
| Binary | 11111011 | 11100100 | 1100110 | 0 | 1001 | 111011 | 10 | 110011 | 1011111 | 1000101 |
Color Harmonies of #FBE466
Complementary color
Monochromatic Colors of #FBE466
Black with #FBE466
Text Example
Text Example
White with #FBE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE466; }
p { color: rgb(251,228,102); }
H1.HeaderClassName
{
color: #FBE466;
}
.AnyTagClassName
{
color: #FBE466;
}
</style>
background-color css
<style>
a { background-color: #FBE466; }
a { background-color: rgb(251,228,102); }
div.DivClassName
{
background-color: #FBE466;
}
.BgClassName
{
background-color: #FBE466;
}
</style>
border-color css
<style>
span { border-color: #FBE466; }
span { border-color: rgb(251,228,102); }
td.TdClassName
{
border-color: #FBE466;
}
.TagClassName
{
border-color: #FBE466;
}
</style>