Shades of Corn #FFF260
Tints of Corn #FFF260
RGB
CMYK
RGB Variations
Color information
#FFF260 (or 0xFFF260) is known color: Corn. HEX triplet: FF, F2 and 60. RGB value is (255,242,96). Sum of RGB (Red+Green+Blue) = 255+242+96=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF260 is #000D9F. Grayscale: #E5E5E5. Windows color (decimal): -3488 or 6353663. OLE color: 6353663.
HSL color Cylindrical-coordinate representation of color #FFF260: hue angle of 55.09º 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 #FFF260 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 96 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 55.09º | 1% | 0.69% | - |
| HSV(B) | 55.09º | 0.62% | 1% | - |
| XYZ | 75.1 | 85.61 | 23.63 | - |
| YUV | 229.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 96 | 0 | 0.05 | 0.62 | 0 | 55.09 | 1 | 0.69 |
| Hex | FF | F2 | 60 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 362 | 140 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110010 | 1100000 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF260
Complementary color
Monochromatic Colors of #FFF260
Black with #FFF260
Text Example
Text Example
White with #FFF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF260; }
p { color: rgb(255,242,96); }
H1.HeaderClassName
{
color: #FFF260;
}
.AnyTagClassName
{
color: #FFF260;
}
</style>
background-color css
<style>
a { background-color: #FFF260; }
a { background-color: rgb(255,242,96); }
div.DivClassName
{
background-color: #FFF260;
}
.BgClassName
{
background-color: #FFF260;
}
</style>
border-color css
<style>
span { border-color: #FFF260; }
span { border-color: rgb(255,242,96); }
td.TdClassName
{
border-color: #FFF260;
}
.TagClassName
{
border-color: #FFF260;
}
</style>