Shades of Corn #FFF561
Tints of Corn #FFF561
RGB
CMYK
RGB Variations
Color information
#FFF561 (or 0xFFF561) is known color: Corn. HEX triplet: FF, F5 and 61. RGB value is (255,245,97). Sum of RGB (Red+Green+Blue) = 255+245+97=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 97 (38.28% from 255 or 16.25% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF561 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF561 is #000A9E. Grayscale: #E7E7E7. Windows color (decimal): -2719 or 6419967. OLE color: 6419967.
HSL color Cylindrical-coordinate representation of color #FFF561: hue angle of 56.2º 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 #FFF561 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 97 | - |
| CMYK | 0 | 0.04 | 0.62 | 0 |
| HSL | 56.2º | 1% | 0.69% | - |
| HSV(B) | 56.2º | 0.62% | 1% | - |
| XYZ | 76.05 | 87.43 | 24.18 | - |
| YUV | 231.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 97 | 0 | 0.04 | 0.62 | 0 | 56.2 | 1 | 0.69 |
| Hex | FF | F5 | 61 | 0 | 4 | 3E | 0 | 38 | 64 | 45 |
| Octal | 377 | 365 | 141 | 0 | 4 | 76 | 0 | 70 | 144 | 105 |
| Binary | 11111111 | 11110101 | 1100001 | 0 | 100 | 111110 | 0 | 111000 | 1100100 | 1000101 |
Color Harmonies of #FFF561
Complementary color
Monochromatic Colors of #FFF561
Black with #FFF561
Text Example
Text Example
White with #FFF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF561; }
p { color: rgb(255,245,97); }
H1.HeaderClassName
{
color: #FFF561;
}
.AnyTagClassName
{
color: #FFF561;
}
</style>
background-color css
<style>
a { background-color: #FFF561; }
a { background-color: rgb(255,245,97); }
div.DivClassName
{
background-color: #FFF561;
}
.BgClassName
{
background-color: #FFF561;
}
</style>
border-color css
<style>
span { border-color: #FFF561; }
span { border-color: rgb(255,245,97); }
td.TdClassName
{
border-color: #FFF561;
}
.TagClassName
{
border-color: #FFF561;
}
</style>