Shades of Sweet Corn #FBDF6E
Tints of Sweet Corn #FBDF6E
RGB
CMYK
RGB Variations
Color information
#FBDF6E (or 0xFBDF6E) is known color: Sweet Corn. HEX triplet: FB, DF and 6E. RGB value is (251,223,110). Sum of RGB (Red+Green+Blue) = 251+223+110=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF6E is #042091. Grayscale: #DADADA. Windows color (decimal): -270482 or 7266299. OLE color: 7266299.
HSL color Cylindrical-coordinate representation of color #FBDF6E: hue angle of 48.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBDF6E is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 110 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.02 |
| HSL | 48.09º | 0.95% | 0.71% | - |
| HSV(B) | 48.09º | 0.56% | 0.98% | - |
| XYZ | 68.99 | 74.41 | 25.48 | - |
| YUV | 218.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 110 | 0 | 0.11 | 0.56 | 0.02 | 48.09 | 0.95 | 0.71 |
| Hex | FB | DF | 6E | 0 | B | 38 | 2 | 30 | 5F | 47 |
| Octal | 373 | 337 | 156 | 0 | 13 | 70 | 2 | 60 | 137 | 107 |
| Binary | 11111011 | 11011111 | 1101110 | 0 | 1011 | 111000 | 10 | 110000 | 1011111 | 1000111 |
Color Harmonies of #FBDF6E
Complementary color
Monochromatic Colors of #FBDF6E
Black with #FBDF6E
Text Example
Text Example
White with #FBDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF6E; }
p { color: rgb(251,223,110); }
H1.HeaderClassName
{
color: #FBDF6E;
}
.AnyTagClassName
{
color: #FBDF6E;
}
</style>
background-color css
<style>
a { background-color: #FBDF6E; }
a { background-color: rgb(251,223,110); }
div.DivClassName
{
background-color: #FBDF6E;
}
.BgClassName
{
background-color: #FBDF6E;
}
</style>
border-color css
<style>
span { border-color: #FBDF6E; }
span { border-color: rgb(251,223,110); }
td.TdClassName
{
border-color: #FBDF6E;
}
.TagClassName
{
border-color: #FBDF6E;
}
</style>