Shades of Corn #FFF262
Tints of Corn #FFF262
RGB
CMYK
RGB Variations
Color information
#FFF262 (or 0xFFF262) is known color: Corn. HEX triplet: FF, F2 and 62. RGB value is (255,242,98). Sum of RGB (Red+Green+Blue) = 255+242+98=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF262 is #000D9D. Grayscale: #E6E6E6. Windows color (decimal): -3486 or 6484735. OLE color: 6484735.
HSL color Cylindrical-coordinate representation of color #FFF262: hue angle of 55.03º 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 #FFF262 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 98 | - |
| CMYK | 0 | 0.05 | 0.62 | 0 |
| HSL | 55.03º | 1% | 0.69% | - |
| HSV(B) | 55.03º | 0.62% | 1% | - |
| XYZ | 75.2 | 85.65 | 24.12 | - |
| YUV | 229.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 98 | 0 | 0.05 | 0.62 | 0 | 55.03 | 1 | 0.69 |
| Hex | FF | F2 | 62 | 0 | 5 | 3E | 0 | 37 | 64 | 45 |
| Octal | 377 | 362 | 142 | 0 | 5 | 76 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110010 | 1100010 | 0 | 101 | 111110 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF262
Complementary color
Monochromatic Colors of #FFF262
Black with #FFF262
Text Example
Text Example
White with #FFF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF262; }
p { color: rgb(255,242,98); }
H1.HeaderClassName
{
color: #FFF262;
}
.AnyTagClassName
{
color: #FFF262;
}
</style>
background-color css
<style>
a { background-color: #FFF262; }
a { background-color: rgb(255,242,98); }
div.DivClassName
{
background-color: #FFF262;
}
.BgClassName
{
background-color: #FFF262;
}
</style>
border-color css
<style>
span { border-color: #FFF262; }
span { border-color: rgb(255,242,98); }
td.TdClassName
{
border-color: #FFF262;
}
.TagClassName
{
border-color: #FFF262;
}
</style>