Shades of Corn #F8F364
Tints of Corn #F8F364
RGB
CMYK
RGB Variations
Color information
#F8F364 (or 0xF8F364) is known color: Corn. HEX triplet: F8, F3 and 64. RGB value is (248,243,100). Sum of RGB (Red+Green+Blue) = 248+243+100=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 100 (39.45% from 255 or 16.92% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F364 is #070C9B. Grayscale: #E4E4E4. Windows color (decimal): -461980 or 6616056. OLE color: 6616056.
HSL color Cylindrical-coordinate representation of color #F8F364: hue angle of 57.97º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8F364 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 100 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.03 |
| HSL | 57.97º | 0.91% | 0.68% | - |
| HSV(B) | 57.97º | 0.6% | 0.97% | - |
| XYZ | 73.06 | 84.98 | 24.61 | - |
| YUV | 228.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 100 | 0 | 0.02 | 0.60 | 0.03 | 57.97 | 0.91 | 0.68 |
| Hex | F8 | F3 | 64 | 0 | 2 | 3C | 3 | 3A | 5B | 44 |
| Octal | 370 | 363 | 144 | 0 | 2 | 74 | 3 | 72 | 133 | 104 |
| Binary | 11111000 | 11110011 | 1100100 | 0 | 10 | 111100 | 11 | 111010 | 1011011 | 1000100 |
Color Harmonies of #F8F364
Complementary color
Monochromatic Colors of #F8F364
Black with #F8F364
Text Example
Text Example
White with #F8F364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F364; }
p { color: rgb(248,243,100); }
H1.HeaderClassName
{
color: #F8F364;
}
.AnyTagClassName
{
color: #F8F364;
}
</style>
background-color css
<style>
a { background-color: #F8F364; }
a { background-color: rgb(248,243,100); }
div.DivClassName
{
background-color: #F8F364;
}
.BgClassName
{
background-color: #F8F364;
}
</style>
border-color css
<style>
span { border-color: #F8F364; }
span { border-color: rgb(248,243,100); }
td.TdClassName
{
border-color: #F8F364;
}
.TagClassName
{
border-color: #F8F364;
}
</style>