Shades of Corn #FFF364
Tints of Corn #FFF364
RGB
CMYK
RGB Variations
Color information
#FFF364 (or 0xFFF364) is known color: Corn. HEX triplet: FF, F3 and 64. RGB value is (255,243,100). Sum of RGB (Red+Green+Blue) = 255+243+100=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 100 (39.45% from 255 or 16.72% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF364 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF364 is #000C9B. Grayscale: #E6E6E6. Windows color (decimal): -3228 or 6616063. OLE color: 6616063.
HSL color Cylindrical-coordinate representation of color #FFF364: hue angle of 55.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF364 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 100 | - |
| CMYK | 0 | 0.05 | 0.61 | 0 |
| HSL | 55.35º | 1% | 0.7% | - |
| HSV(B) | 55.35º | 0.61% | 1% | - |
| XYZ | 75.59 | 86.28 | 24.73 | - |
| YUV | 230.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 100 | 0 | 0.05 | 0.61 | 0 | 55.35 | 1 | 0.7 |
| Hex | FF | F3 | 64 | 0 | 5 | 3D | 0 | 37 | 64 | 46 |
| Octal | 377 | 363 | 144 | 0 | 5 | 75 | 0 | 67 | 144 | 106 |
| Binary | 11111111 | 11110011 | 1100100 | 0 | 101 | 111101 | 0 | 110111 | 1100100 | 1000110 |
Color Harmonies of #FFF364
Complementary color
Monochromatic Colors of #FFF364
Black with #FFF364
Text Example
Text Example
White with #FFF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF364; }
p { color: rgb(255,243,100); }
H1.HeaderClassName
{
color: #FFF364;
}
.AnyTagClassName
{
color: #FFF364;
}
</style>
background-color css
<style>
a { background-color: #FFF364; }
a { background-color: rgb(255,243,100); }
div.DivClassName
{
background-color: #FFF364;
}
.BgClassName
{
background-color: #FFF364;
}
</style>
border-color css
<style>
span { border-color: #FFF364; }
span { border-color: rgb(255,243,100); }
td.TdClassName
{
border-color: #FFF364;
}
.TagClassName
{
border-color: #FFF364;
}
</style>