Shades of Corn #FFF461
Tints of Corn #FFF461
RGB
CMYK
RGB Variations
Color information
#FFF461 (or 0xFFF461) is known color: Corn. HEX triplet: FF, F4 and 61. RGB value is (255,244,97). Sum of RGB (Red+Green+Blue) = 255+244+97=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 97 (38.28% from 255 or 16.28% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF461 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF461 is #000B9E. Grayscale: #E7E7E7. Windows color (decimal): -2975 or 6419711. OLE color: 6419711.
HSL color Cylindrical-coordinate representation of color #FFF461: hue angle of 55.82º 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 #FFF461 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 97 | - |
| CMYK | 0 | 0.04 | 0.62 | 0 |
| HSL | 55.82º | 1% | 0.69% | - |
| HSV(B) | 55.82º | 0.62% | 1% | - |
| XYZ | 75.75 | 86.82 | 24.08 | - |
| YUV | 230.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 97 | 0 | 0.04 | 0.62 | 0 | 55.82 | 1 | 0.69 |
| Hex | FF | F4 | 61 | 0 | 4 | 3E | 0 | 38 | 64 | 45 |
| Octal | 377 | 364 | 141 | 0 | 4 | 76 | 0 | 70 | 144 | 105 |
| Binary | 11111111 | 11110100 | 1100001 | 0 | 100 | 111110 | 0 | 111000 | 1100100 | 1000101 |
Color Harmonies of #FFF461
Complementary color
Monochromatic Colors of #FFF461
Black with #FFF461
Text Example
Text Example
White with #FFF461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF461; }
p { color: rgb(255,244,97); }
H1.HeaderClassName
{
color: #FFF461;
}
.AnyTagClassName
{
color: #FFF461;
}
</style>
background-color css
<style>
a { background-color: #FFF461; }
a { background-color: rgb(255,244,97); }
div.DivClassName
{
background-color: #FFF461;
}
.BgClassName
{
background-color: #FFF461;
}
</style>
border-color css
<style>
span { border-color: #FFF461; }
span { border-color: rgb(255,244,97); }
td.TdClassName
{
border-color: #FFF461;
}
.TagClassName
{
border-color: #FFF461;
}
</style>