Shades of Corn #FFF360
Tints of Corn #FFF360
RGB
CMYK
RGB Variations
Color information
#FFF360 (or 0xFFF360) is known color: Corn. HEX triplet: FF, F3 and 60. RGB value is (255,243,96). Sum of RGB (Red+Green+Blue) = 255+243+96=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 96 (37.89% from 255 or 16.16% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF360 is #000C9F. Grayscale: #E6E6E6. Windows color (decimal): -3232 or 6353919. OLE color: 6353919.
HSL color Cylindrical-coordinate representation of color #FFF360: hue angle of 55.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF360 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 96 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 55.47º | 1% | 0.69% | - |
| HSV(B) | 55.47º | 0.62% | 1% | - |
| XYZ | 75.4 | 86.21 | 23.73 | - |
| YUV | 229.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 96 | 0 | 0.05 | 0.62 | 0 | 55.47 | 1 | 0.69 |
| Hex | FF | F3 | 60 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 363 | 140 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110011 | 1100000 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF360
Complementary color
Monochromatic Colors of #FFF360
Black with #FFF360
Text Example
Text Example
White with #FFF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF360; }
p { color: rgb(255,243,96); }
H1.HeaderClassName
{
color: #FFF360;
}
.AnyTagClassName
{
color: #FFF360;
}
</style>
background-color css
<style>
a { background-color: #FFF360; }
a { background-color: rgb(255,243,96); }
div.DivClassName
{
background-color: #FFF360;
}
.BgClassName
{
background-color: #FFF360;
}
</style>
border-color css
<style>
span { border-color: #FFF360; }
span { border-color: rgb(255,243,96); }
td.TdClassName
{
border-color: #FFF360;
}
.TagClassName
{
border-color: #FFF360;
}
</style>