Shades of Sweet Corn #F9DD7B
Tints of Sweet Corn #F9DD7B
RGB
CMYK
RGB Variations
Color information
#F9DD7B (or 0xF9DD7B) is known color: Sweet Corn. HEX triplet: F9, DD and 7B. RGB value is (249,221,123). Sum of RGB (Red+Green+Blue) = 249+221+123=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DD7B is #062284. Grayscale: #DADADA. Windows color (decimal): -402053 or 8117753. OLE color: 8117753.
HSL color Cylindrical-coordinate representation of color #F9DD7B: hue angle of 46.67º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9DD7B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 123 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.02 |
| HSL | 46.67º | 0.91% | 0.73% | - |
| HSV(B) | 46.67º | 0.51% | 0.98% | - |
| XYZ | 68.5 | 73.28 | 29.27 | - |
| YUV | 218.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 123 | 0 | 0.11 | 0.51 | 0.02 | 46.67 | 0.91 | 0.73 |
| Hex | F9 | DD | 7B | 0 | B | 33 | 2 | 2F | 5B | 49 |
| Octal | 371 | 335 | 173 | 0 | 13 | 63 | 2 | 57 | 133 | 111 |
| Binary | 11111001 | 11011101 | 1111011 | 0 | 1011 | 110011 | 10 | 101111 | 1011011 | 1001001 |
Color Harmonies of #F9DD7B
Complementary color
Monochromatic Colors of #F9DD7B
Black with #F9DD7B
Text Example
Text Example
White with #F9DD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD7B; }
p { color: rgb(249,221,123); }
H1.HeaderClassName
{
color: #F9DD7B;
}
.AnyTagClassName
{
color: #F9DD7B;
}
</style>
background-color css
<style>
a { background-color: #F9DD7B; }
a { background-color: rgb(249,221,123); }
div.DivClassName
{
background-color: #F9DD7B;
}
.BgClassName
{
background-color: #F9DD7B;
}
</style>
border-color css
<style>
span { border-color: #F9DD7B; }
span { border-color: rgb(249,221,123); }
td.TdClassName
{
border-color: #F9DD7B;
}
.TagClassName
{
border-color: #F9DD7B;
}
</style>