Shades of Corn #FFF361
Tints of Corn #FFF361
RGB
CMYK
RGB Variations
Color information
#FFF361 (or 0xFFF361) is known color: Corn. HEX triplet: FF, F3 and 61. RGB value is (255,243,97). Sum of RGB (Red+Green+Blue) = 255+243+97=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 97 (38.28% from 255 or 16.30% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF361 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF361 is #000C9E. Grayscale: #E6E6E6. Windows color (decimal): -3231 or 6419455. OLE color: 6419455.
HSL color Cylindrical-coordinate representation of color #FFF361: hue angle of 55.44º 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 #FFF361 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 97 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 55.44º | 1% | 0.69% | - |
| HSV(B) | 55.44º | 0.62% | 1% | - |
| XYZ | 75.45 | 86.22 | 23.98 | - |
| YUV | 229.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 97 | 0 | 0.05 | 0.62 | 0 | 55.44 | 1 | 0.69 |
| Hex | FF | F3 | 61 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 363 | 141 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110011 | 1100001 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF361
Complementary color
Monochromatic Colors of #FFF361
Black with #FFF361
Text Example
Text Example
White with #FFF361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF361; }
p { color: rgb(255,243,97); }
H1.HeaderClassName
{
color: #FFF361;
}
.AnyTagClassName
{
color: #FFF361;
}
</style>
background-color css
<style>
a { background-color: #FFF361; }
a { background-color: rgb(255,243,97); }
div.DivClassName
{
background-color: #FFF361;
}
.BgClassName
{
background-color: #FFF361;
}
</style>
border-color css
<style>
span { border-color: #FFF361; }
span { border-color: rgb(255,243,97); }
td.TdClassName
{
border-color: #FFF361;
}
.TagClassName
{
border-color: #FFF361;
}
</style>