Shades of Corn #FFF261
Tints of Corn #FFF261
RGB
CMYK
RGB Variations
Color information
#FFF261 (or 0xFFF261) is known color: Corn. HEX triplet: FF, F2 and 61. RGB value is (255,242,97). Sum of RGB (Red+Green+Blue) = 255+242+97=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF261 is #000D9E. Grayscale: #E5E5E5. Windows color (decimal): -3487 or 6419199. OLE color: 6419199.
HSL color Cylindrical-coordinate representation of color #FFF261: hue angle of 55.06º 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 #FFF261 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 97 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 55.06º | 1% | 0.69% | - |
| HSV(B) | 55.06º | 0.62% | 1% | - |
| XYZ | 75.15 | 85.63 | 23.88 | - |
| YUV | 229.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 97 | 0 | 0.05 | 0.62 | 0 | 55.06 | 1 | 0.69 |
| Hex | FF | F2 | 61 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 362 | 141 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110010 | 1100001 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF261
Complementary color
Monochromatic Colors of #FFF261
Black with #FFF261
Text Example
Text Example
White with #FFF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF261; }
p { color: rgb(255,242,97); }
H1.HeaderClassName
{
color: #FFF261;
}
.AnyTagClassName
{
color: #FFF261;
}
</style>
background-color css
<style>
a { background-color: #FFF261; }
a { background-color: rgb(255,242,97); }
div.DivClassName
{
background-color: #FFF261;
}
.BgClassName
{
background-color: #FFF261;
}
</style>
border-color css
<style>
span { border-color: #FFF261; }
span { border-color: rgb(255,242,97); }
td.TdClassName
{
border-color: #FFF261;
}
.TagClassName
{
border-color: #FFF261;
}
</style>