Shades of Corn #FBE266
Tints of Corn #FBE266
RGB
CMYK
RGB Variations
Color information
#FBE266 (or 0xFBE266) is known color: Corn. HEX triplet: FB, E2 and 66. RGB value is (251,226,102). Sum of RGB (Red+Green+Blue) = 251+226+102=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 102 (40.23% from 255 or 17.62% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE266 is #041D99. Grayscale: #DBDBDB. Windows color (decimal): -269722 or 6742779. OLE color: 6742779.
HSL color Cylindrical-coordinate representation of color #FBE266: hue angle of 49.93º 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 #FBE266 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 226 | 102 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.02 |
| HSL | 49.93º | 0.95% | 0.69% | - |
| HSV(B) | 49.93º | 0.59% | 0.98% | - |
| XYZ | 69.38 | 75.86 | 23.56 | - |
| YUV | 219.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 226 | 102 | 0 | 0.10 | 0.59 | 0.02 | 49.93 | 0.95 | 0.69 |
| Hex | FB | E2 | 66 | 0 | A | 3B | 2 | 32 | 5F | 45 |
| Octal | 373 | 342 | 146 | 0 | 12 | 73 | 2 | 62 | 137 | 105 |
| Binary | 11111011 | 11100010 | 1100110 | 0 | 1010 | 111011 | 10 | 110010 | 1011111 | 1000101 |
Color Harmonies of #FBE266
Complementary color
Monochromatic Colors of #FBE266
Black with #FBE266
Text Example
Text Example
White with #FBE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE266; }
p { color: rgb(251,226,102); }
H1.HeaderClassName
{
color: #FBE266;
}
.AnyTagClassName
{
color: #FBE266;
}
</style>
background-color css
<style>
a { background-color: #FBE266; }
a { background-color: rgb(251,226,102); }
div.DivClassName
{
background-color: #FBE266;
}
.BgClassName
{
background-color: #FBE266;
}
</style>
border-color css
<style>
span { border-color: #FBE266; }
span { border-color: rgb(251,226,102); }
td.TdClassName
{
border-color: #FBE266;
}
.TagClassName
{
border-color: #FBE266;
}
</style>