Shades of Corn #F1DF64
Tints of Corn #F1DF64
RGB
CMYK
RGB Variations
Color information
#F1DF64 (or 0xF1DF64) is known color: Corn. HEX triplet: F1, DF and 64. RGB value is (241,223,100). Sum of RGB (Red+Green+Blue) = 241+223+100=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF64 is #0E209B. Grayscale: #D6D6D6. Windows color (decimal): -925852 or 6610929. OLE color: 6610929.
HSL color Cylindrical-coordinate representation of color #F1DF64: hue angle of 52.34º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1DF64 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 100 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.05 |
| HSL | 52.34º | 0.83% | 0.67% | - |
| HSV(B) | 52.34º | 0.59% | 0.95% | - |
| XYZ | 64.96 | 72.4 | 22.61 | - |
| YUV | 214.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 100 | 0 | 0.07 | 0.59 | 0.05 | 52.34 | 0.83 | 0.67 |
| Hex | F1 | DF | 64 | 0 | 7 | 3B | 5 | 34 | 53 | 43 |
| Octal | 361 | 337 | 144 | 0 | 7 | 73 | 5 | 64 | 123 | 103 |
| Binary | 11110001 | 11011111 | 1100100 | 0 | 111 | 111011 | 101 | 110100 | 1010011 | 1000011 |
Color Harmonies of #F1DF64
Complementary color
Monochromatic Colors of #F1DF64
Black with #F1DF64
Text Example
Text Example
White with #F1DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF64; }
p { color: rgb(241,223,100); }
H1.HeaderClassName
{
color: #F1DF64;
}
.AnyTagClassName
{
color: #F1DF64;
}
</style>
background-color css
<style>
a { background-color: #F1DF64; }
a { background-color: rgb(241,223,100); }
div.DivClassName
{
background-color: #F1DF64;
}
.BgClassName
{
background-color: #F1DF64;
}
</style>
border-color css
<style>
span { border-color: #F1DF64; }
span { border-color: rgb(241,223,100); }
td.TdClassName
{
border-color: #F1DF64;
}
.TagClassName
{
border-color: #F1DF64;
}
</style>