Shades of Corn #FFF063
Tints of Corn #FFF063
RGB
CMYK
RGB Variations
Color information
#FFF063 (or 0xFFF063) is known color: Corn. HEX triplet: FF, F0 and 63. RGB value is (255,240,99). Sum of RGB (Red+Green+Blue) = 255+240+99=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 99 (39.06% from 255 or 16.67% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF063 is #000F9C. Grayscale: #E4E4E4. Windows color (decimal): -3997 or 6549759. OLE color: 6549759.
HSL color Cylindrical-coordinate representation of color #FFF063: hue angle of 54.23º 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 #FFF063 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 99 | - |
| CMYK | 0 | 0.06 | 0.61 | 0 |
| HSL | 54.23º | 1% | 0.69% | - |
| HSV(B) | 54.23º | 0.61% | 1% | - |
| XYZ | 74.65 | 84.48 | 24.18 | - |
| YUV | 228.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 99 | 0 | 0.06 | 0.61 | 0 | 54.23 | 1 | 0.69 |
| Hex | FF | F0 | 63 | 0 | 6 | 3D | 0 | 36 | 64 | 45 |
| Octal | 377 | 360 | 143 | 0 | 6 | 75 | 0 | 66 | 144 | 105 |
| Binary | 11111111 | 11110000 | 1100011 | 0 | 110 | 111101 | 0 | 110110 | 1100100 | 1000101 |
Color Harmonies of #FFF063
Complementary color
Monochromatic Colors of #FFF063
Black with #FFF063
Text Example
Text Example
White with #FFF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF063; }
p { color: rgb(255,240,99); }
H1.HeaderClassName
{
color: #FFF063;
}
.AnyTagClassName
{
color: #FFF063;
}
</style>
background-color css
<style>
a { background-color: #FFF063; }
a { background-color: rgb(255,240,99); }
div.DivClassName
{
background-color: #FFF063;
}
.BgClassName
{
background-color: #FFF063;
}
</style>
border-color css
<style>
span { border-color: #FFF063; }
span { border-color: rgb(255,240,99); }
td.TdClassName
{
border-color: #FFF063;
}
.TagClassName
{
border-color: #FFF063;
}
</style>