Shades of Corn #F3F85A
Tints of Corn #F3F85A
RGB
CMYK
RGB Variations
Color information
#F3F85A (or 0xF3F85A) is known color: Corn. HEX triplet: F3, F8 and 5A. RGB value is (243,248,90). Sum of RGB (Red+Green+Blue) = 243+248+90=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 90 (35.55% from 255 or 15.49% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #F3F85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F85A is #0C07A5. Grayscale: #E5E5E5. Windows color (decimal): -788390 or 5961971. OLE color: 5961971.
HSL color Cylindrical-coordinate representation of color #F3F85A: hue angle of 61.9º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3F85A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 248 | 90 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.03 |
| HSL | 61.9º | 0.92% | 0.66% | - |
| HSV(B) | 61.9º | 0.64% | 0.97% | - |
| XYZ | 72.38 | 86.93 | 22.64 | - |
| YUV | 228.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 248 | 90 | 0.02 | 0 | 0.64 | 0.03 | 61.9 | 0.92 | 0.66 |
| Hex | F3 | F8 | 5A | 2 | 0 | 40 | 3 | 3E | 5C | 42 |
| Octal | 363 | 370 | 132 | 2 | 0 | 100 | 3 | 76 | 134 | 102 |
| Binary | 11110011 | 11111000 | 1011010 | 10 | 0 | 1000000 | 11 | 111110 | 1011100 | 1000010 |
Color Harmonies of #F3F85A
Complementary color
Monochromatic Colors of #F3F85A
Black with #F3F85A
Text Example
Text Example
White with #F3F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F85A; }
p { color: rgb(243,248,90); }
H1.HeaderClassName
{
color: #F3F85A;
}
.AnyTagClassName
{
color: #F3F85A;
}
</style>
background-color css
<style>
a { background-color: #F3F85A; }
a { background-color: rgb(243,248,90); }
div.DivClassName
{
background-color: #F3F85A;
}
.BgClassName
{
background-color: #F3F85A;
}
</style>
border-color css
<style>
span { border-color: #F3F85A; }
span { border-color: rgb(243,248,90); }
td.TdClassName
{
border-color: #F3F85A;
}
.TagClassName
{
border-color: #F3F85A;
}
</style>