Shades of Corn #FFF25F
Tints of Corn #FFF25F
RGB
CMYK
RGB Variations
Color information
#FFF25F (or 0xFFF25F) is known color: Corn. HEX triplet: FF, F2 and 5F. RGB value is (255,242,95). Sum of RGB (Red+Green+Blue) = 255+242+95=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 95 (37.5% from 255 or 16.05% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF25F is #000DA0. Grayscale: #E5E5E5. Windows color (decimal): -3489 or 6288127. OLE color: 6288127.
HSL color Cylindrical-coordinate representation of color #FFF25F: hue angle of 55.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFF25F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 95 | - |
| CMYK | 0 | 0.05 | 0.63 | 0 |
| HSL | 55.13º | 1% | 0.69% | - |
| HSV(B) | 55.13º | 0.63% | 1% | - |
| XYZ | 75.06 | 85.59 | 23.39 | - |
| YUV | 229.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 95 | 0 | 0.05 | 0.63 | 0 | 55.13 | 1 | 0.69 |
| Hex | FF | F2 | 5F | 0 | 5 | 3F | 0 | 37 | 64 | 45 |
| Octal | 377 | 362 | 137 | 0 | 5 | 77 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110010 | 1011111 | 0 | 101 | 111111 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF25F
Complementary color
Monochromatic Colors of #FFF25F
Black with #FFF25F
Text Example
Text Example
White with #FFF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF25F; }
p { color: rgb(255,242,95); }
H1.HeaderClassName
{
color: #FFF25F;
}
.AnyTagClassName
{
color: #FFF25F;
}
</style>
background-color css
<style>
a { background-color: #FFF25F; }
a { background-color: rgb(255,242,95); }
div.DivClassName
{
background-color: #FFF25F;
}
.BgClassName
{
background-color: #FFF25F;
}
</style>
border-color css
<style>
span { border-color: #FFF25F; }
span { border-color: rgb(255,242,95); }
td.TdClassName
{
border-color: #FFF25F;
}
.TagClassName
{
border-color: #FFF25F;
}
</style>