Shades of Corn #FFF463
Tints of Corn #FFF463
RGB
CMYK
RGB Variations
Color information
#FFF463 (or 0xFFF463) is known color: Corn. HEX triplet: FF, F4 and 63. RGB value is (255,244,99). Sum of RGB (Red+Green+Blue) = 255+244+99=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 99 (39.06% from 255 or 16.56% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF463 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF463 is #000B9C. Grayscale: #E7E7E7. Windows color (decimal): -2973 or 6550783. OLE color: 6550783.
HSL color Cylindrical-coordinate representation of color #FFF463: hue angle of 55.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF463 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 99 | - |
| CMYK | 0 | 0.04 | 0.61 | 0 |
| HSL | 55.77º | 1% | 0.69% | - |
| HSV(B) | 55.77º | 0.61% | 1% | - |
| XYZ | 75.84 | 86.86 | 24.57 | - |
| YUV | 230.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 99 | 0 | 0.04 | 0.61 | 0 | 55.77 | 1 | 0.69 |
| Hex | FF | F4 | 63 | 0 | 4 | 3D | 0 | 38 | 64 | 45 |
| Octal | 377 | 364 | 143 | 0 | 4 | 75 | 0 | 70 | 144 | 105 |
| Binary | 11111111 | 11110100 | 1100011 | 0 | 100 | 111101 | 0 | 111000 | 1100100 | 1000101 |
Color Harmonies of #FFF463
Complementary color
Monochromatic Colors of #FFF463
Black with #FFF463
Text Example
Text Example
White with #FFF463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF463; }
p { color: rgb(255,244,99); }
H1.HeaderClassName
{
color: #FFF463;
}
.AnyTagClassName
{
color: #FFF463;
}
</style>
background-color css
<style>
a { background-color: #FFF463; }
a { background-color: rgb(255,244,99); }
div.DivClassName
{
background-color: #FFF463;
}
.BgClassName
{
background-color: #FFF463;
}
</style>
border-color css
<style>
span { border-color: #FFF463; }
span { border-color: rgb(255,244,99); }
td.TdClassName
{
border-color: #FFF463;
}
.TagClassName
{
border-color: #FFF463;
}
</style>