Shades of Sweet Corn #FBD86D
Tints of Sweet Corn #FBD86D
RGB
CMYK
RGB Variations
Color information
#FBD86D (or 0xFBD86D) is known color: Sweet Corn. HEX triplet: FB, D8 and 6D. RGB value is (251,216,109). Sum of RGB (Red+Green+Blue) = 251+216+109=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD86D is #042792. Grayscale: #D6D6D6. Windows color (decimal): -272275 or 7198971. OLE color: 7198971.
HSL color Cylindrical-coordinate representation of color #FBD86D: hue angle of 45.21º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBD86D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 109 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.02 |
| HSL | 45.21º | 0.95% | 0.71% | - |
| HSV(B) | 45.21º | 0.57% | 0.98% | - |
| XYZ | 67.1 | 70.73 | 24.58 | - |
| YUV | 214.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 109 | 0 | 0.14 | 0.57 | 0.02 | 45.21 | 0.95 | 0.71 |
| Hex | FB | D8 | 6D | 0 | E | 39 | 2 | 2D | 5F | 47 |
| Octal | 373 | 330 | 155 | 0 | 16 | 71 | 2 | 55 | 137 | 107 |
| Binary | 11111011 | 11011000 | 1101101 | 0 | 1110 | 111001 | 10 | 101101 | 1011111 | 1000111 |
Color Harmonies of #FBD86D
Complementary color
Monochromatic Colors of #FBD86D
Black with #FBD86D
Text Example
Text Example
White with #FBD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD86D; }
p { color: rgb(251,216,109); }
H1.HeaderClassName
{
color: #FBD86D;
}
.AnyTagClassName
{
color: #FBD86D;
}
</style>
background-color css
<style>
a { background-color: #FBD86D; }
a { background-color: rgb(251,216,109); }
div.DivClassName
{
background-color: #FBD86D;
}
.BgClassName
{
background-color: #FBD86D;
}
</style>
border-color css
<style>
span { border-color: #FBD86D; }
span { border-color: rgb(251,216,109); }
td.TdClassName
{
border-color: #FBD86D;
}
.TagClassName
{
border-color: #FBD86D;
}
</style>