Shades of Corn #FFF264
Tints of Corn #FFF264
RGB
CMYK
RGB Variations
Color information
#FFF264 (or 0xFFF264) is known color: Corn. HEX triplet: FF, F2 and 64. RGB value is (255,242,100). Sum of RGB (Red+Green+Blue) = 255+242+100=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 100 (39.45% from 255 or 16.75% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF264 is #000D9B. Grayscale: #E6E6E6. Windows color (decimal): -3484 or 6615807. OLE color: 6615807.
HSL color Cylindrical-coordinate representation of color #FFF264: hue angle of 54.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF264 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 100 | - |
| CMYK | 0 | 0.05 | 0.61 | 0 |
| HSL | 54.97º | 1% | 0.7% | - |
| HSV(B) | 54.97º | 0.61% | 1% | - |
| XYZ | 75.29 | 85.68 | 24.63 | - |
| YUV | 229.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 100 | 0 | 0.05 | 0.61 | 0 | 54.97 | 1 | 0.7 |
| Hex | FF | F2 | 64 | 0 | 5 | 3D | 0 | 37 | 64 | 46 |
| Octal | 377 | 362 | 144 | 0 | 5 | 75 | 0 | 67 | 144 | 106 |
| Binary | 11111111 | 11110010 | 1100100 | 0 | 101 | 111101 | 0 | 110111 | 1100100 | 1000110 |
Color Harmonies of #FFF264
Complementary color
Monochromatic Colors of #FFF264
Black with #FFF264
Text Example
Text Example
White with #FFF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF264; }
p { color: rgb(255,242,100); }
H1.HeaderClassName
{
color: #FFF264;
}
.AnyTagClassName
{
color: #FFF264;
}
</style>
background-color css
<style>
a { background-color: #FFF264; }
a { background-color: rgb(255,242,100); }
div.DivClassName
{
background-color: #FFF264;
}
.BgClassName
{
background-color: #FFF264;
}
</style>
border-color css
<style>
span { border-color: #FFF264; }
span { border-color: rgb(255,242,100); }
td.TdClassName
{
border-color: #FFF264;
}
.TagClassName
{
border-color: #FFF264;
}
</style>