Shades of Sweet Corn #FBDF70
Tints of Sweet Corn #FBDF70
RGB
CMYK
RGB Variations
Color information
#FBDF70 (or 0xFBDF70) is known color: Sweet Corn. HEX triplet: FB, DF and 70. RGB value is (251,223,112). Sum of RGB (Red+Green+Blue) = 251+223+112=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF70 is #04208F. Grayscale: #DBDBDB. Windows color (decimal): -270480 or 7397371. OLE color: 7397371.
HSL color Cylindrical-coordinate representation of color #FBDF70: hue angle of 47.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBDF70 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 112 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.02 |
| HSL | 47.91º | 0.95% | 0.71% | - |
| HSV(B) | 47.91º | 0.55% | 0.98% | - |
| XYZ | 69.1 | 74.45 | 26.06 | - |
| YUV | 218.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 112 | 0 | 0.11 | 0.55 | 0.02 | 47.91 | 0.95 | 0.71 |
| Hex | FB | DF | 70 | 0 | B | 37 | 2 | 30 | 5F | 47 |
| Octal | 373 | 337 | 160 | 0 | 13 | 67 | 2 | 60 | 137 | 107 |
| Binary | 11111011 | 11011111 | 1110000 | 0 | 1011 | 110111 | 10 | 110000 | 1011111 | 1000111 |
Color Harmonies of #FBDF70
Complementary color
Monochromatic Colors of #FBDF70
Black with #FBDF70
Text Example
Text Example
White with #FBDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF70; }
p { color: rgb(251,223,112); }
H1.HeaderClassName
{
color: #FBDF70;
}
.AnyTagClassName
{
color: #FBDF70;
}
</style>
background-color css
<style>
a { background-color: #FBDF70; }
a { background-color: rgb(251,223,112); }
div.DivClassName
{
background-color: #FBDF70;
}
.BgClassName
{
background-color: #FBDF70;
}
</style>
border-color css
<style>
span { border-color: #FBDF70; }
span { border-color: rgb(251,223,112); }
td.TdClassName
{
border-color: #FBDF70;
}
.TagClassName
{
border-color: #FBDF70;
}
</style>