Shades of Sweet Corn #FBE679
Tints of Sweet Corn #FBE679
RGB
CMYK
RGB Variations
Color information
#FBE679 (or 0xFBE679) is known color: Sweet Corn. HEX triplet: FB, E6 and 79. RGB value is (251,230,121). Sum of RGB (Red+Green+Blue) = 251+230+121=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE679 is #041986. Grayscale: #E0E0E0. Windows color (decimal): -268679 or 7988987. OLE color: 7988987.
HSL color Cylindrical-coordinate representation of color #FBE679: hue angle of 50.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBE679 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 121 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.02 |
| HSL | 50.31º | 0.94% | 0.73% | - |
| HSV(B) | 50.31º | 0.52% | 0.98% | - |
| XYZ | 71.53 | 78.48 | 29.47 | - |
| YUV | 223.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 121 | 0 | 0.08 | 0.52 | 0.02 | 50.31 | 0.94 | 0.73 |
| Hex | FB | E6 | 79 | 0 | 8 | 34 | 2 | 32 | 5E | 49 |
| Octal | 373 | 346 | 171 | 0 | 10 | 64 | 2 | 62 | 136 | 111 |
| Binary | 11111011 | 11100110 | 1111001 | 0 | 1000 | 110100 | 10 | 110010 | 1011110 | 1001001 |
Color Harmonies of #FBE679
Complementary color
Monochromatic Colors of #FBE679
Black with #FBE679
Text Example
Text Example
White with #FBE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE679; }
p { color: rgb(251,230,121); }
H1.HeaderClassName
{
color: #FBE679;
}
.AnyTagClassName
{
color: #FBE679;
}
</style>
background-color css
<style>
a { background-color: #FBE679; }
a { background-color: rgb(251,230,121); }
div.DivClassName
{
background-color: #FBE679;
}
.BgClassName
{
background-color: #FBE679;
}
</style>
border-color css
<style>
span { border-color: #FBE679; }
span { border-color: rgb(251,230,121); }
td.TdClassName
{
border-color: #FBE679;
}
.TagClassName
{
border-color: #FBE679;
}
</style>