Shades of Sweet Corn #F1DD6A
Tints of Sweet Corn #F1DD6A
RGB
CMYK
RGB Variations
Color information
#F1DD6A (or 0xF1DD6A) is known color: Sweet Corn. HEX triplet: F1, DD and 6A. RGB value is (241,221,106). Sum of RGB (Red+Green+Blue) = 241+221+106=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD6A is #0E2295. Grayscale: #D6D6D6. Windows color (decimal): -926358 or 7003633. OLE color: 7003633.
HSL color Cylindrical-coordinate representation of color #F1DD6A: hue angle of 51.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1DD6A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 106 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.05 |
| HSL | 51.11º | 0.83% | 0.68% | - |
| HSV(B) | 51.11º | 0.56% | 0.95% | - |
| XYZ | 64.73 | 71.45 | 24.02 | - |
| YUV | 213.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 106 | 0 | 0.08 | 0.56 | 0.05 | 51.11 | 0.83 | 0.68 |
| Hex | F1 | DD | 6A | 0 | 8 | 38 | 5 | 33 | 53 | 44 |
| Octal | 361 | 335 | 152 | 0 | 10 | 70 | 5 | 63 | 123 | 104 |
| Binary | 11110001 | 11011101 | 1101010 | 0 | 1000 | 111000 | 101 | 110011 | 1010011 | 1000100 |
Color Harmonies of #F1DD6A
Complementary color
Monochromatic Colors of #F1DD6A
Black with #F1DD6A
Text Example
Text Example
White with #F1DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD6A; }
p { color: rgb(241,221,106); }
H1.HeaderClassName
{
color: #F1DD6A;
}
.AnyTagClassName
{
color: #F1DD6A;
}
</style>
background-color css
<style>
a { background-color: #F1DD6A; }
a { background-color: rgb(241,221,106); }
div.DivClassName
{
background-color: #F1DD6A;
}
.BgClassName
{
background-color: #F1DD6A;
}
</style>
border-color css
<style>
span { border-color: #F1DD6A; }
span { border-color: rgb(241,221,106); }
td.TdClassName
{
border-color: #F1DD6A;
}
.TagClassName
{
border-color: #F1DD6A;
}
</style>