Shades of Corn #FFF25B
Tints of Corn #FFF25B
RGB
CMYK
RGB Variations
Color information
#FFF25B (or 0xFFF25B) is known color: Corn. HEX triplet: FF, F2 and 5B. RGB value is (255,242,91). Sum of RGB (Red+Green+Blue) = 255+242+91=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 91 (35.94% from 255 or 15.48% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF25B is #000DA4. Grayscale: #E5E5E5. Windows color (decimal): -3493 or 6025983. OLE color: 6025983.
HSL color Cylindrical-coordinate representation of color #FFF25B: hue angle of 55.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF25B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 91 | - |
| CMYK | 0 | 0.05 | 0.64 | 0 |
| HSL | 55.24º | 1% | 0.68% | - |
| HSV(B) | 55.24º | 0.64% | 1% | - |
| XYZ | 74.88 | 85.52 | 22.46 | - |
| YUV | 228.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 91 | 0 | 0.05 | 0.64 | 0 | 55.24 | 1 | 0.68 |
| Hex | FF | F2 | 5B | 0 | 5 | 40 | 0 | 37 | 64 | 44 |
| Octal | 377 | 362 | 133 | 0 | 5 | 100 | 0 | 67 | 144 | 104 |
| Binary | 11111111 | 11110010 | 1011011 | 0 | 101 | 1000000 | 0 | 110111 | 1100100 | 1000100 |
Color Harmonies of #FFF25B
Complementary color
Monochromatic Colors of #FFF25B
Black with #FFF25B
Text Example
Text Example
White with #FFF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF25B; }
p { color: rgb(255,242,91); }
H1.HeaderClassName
{
color: #FFF25B;
}
.AnyTagClassName
{
color: #FFF25B;
}
</style>
background-color css
<style>
a { background-color: #FFF25B; }
a { background-color: rgb(255,242,91); }
div.DivClassName
{
background-color: #FFF25B;
}
.BgClassName
{
background-color: #FFF25B;
}
</style>
border-color css
<style>
span { border-color: #FFF25B; }
span { border-color: rgb(255,242,91); }
td.TdClassName
{
border-color: #FFF25B;
}
.TagClassName
{
border-color: #FFF25B;
}
</style>