Shades of Sweet Corn #FBE17D
Tints of Sweet Corn #FBE17D
RGB
CMYK
RGB Variations
Color information
#FBE17D (or 0xFBE17D) is known color: Sweet Corn. HEX triplet: FB, E1 and 7D. RGB value is (251,225,125). Sum of RGB (Red+Green+Blue) = 251+225+125=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE17D is #041E82. Grayscale: #DDDDDD. Windows color (decimal): -269955 or 8249851. OLE color: 8249851.
HSL color Cylindrical-coordinate representation of color #FBE17D: hue angle of 47.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBE17D is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 125 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.02 |
| HSL | 47.62º | 0.94% | 0.74% | - |
| HSV(B) | 47.62º | 0.5% | 0.98% | - |
| XYZ | 70.41 | 75.84 | 30.33 | - |
| YUV | 221.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 125 | 0 | 0.10 | 0.50 | 0.02 | 47.62 | 0.94 | 0.74 |
| Hex | FB | E1 | 7D | 0 | A | 32 | 2 | 30 | 5E | 4A |
| Octal | 373 | 341 | 175 | 0 | 12 | 62 | 2 | 60 | 136 | 112 |
| Binary | 11111011 | 11100001 | 1111101 | 0 | 1010 | 110010 | 10 | 110000 | 1011110 | 1001010 |
Color Harmonies of #FBE17D
Complementary color
Monochromatic Colors of #FBE17D
Black with #FBE17D
Text Example
Text Example
White with #FBE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE17D; }
p { color: rgb(251,225,125); }
H1.HeaderClassName
{
color: #FBE17D;
}
.AnyTagClassName
{
color: #FBE17D;
}
</style>
background-color css
<style>
a { background-color: #FBE17D; }
a { background-color: rgb(251,225,125); }
div.DivClassName
{
background-color: #FBE17D;
}
.BgClassName
{
background-color: #FBE17D;
}
</style>
border-color css
<style>
span { border-color: #FBE17D; }
span { border-color: rgb(251,225,125); }
td.TdClassName
{
border-color: #FBE17D;
}
.TagClassName
{
border-color: #FBE17D;
}
</style>