Shades of Corn #FFF15F
Tints of Corn #FFF15F
RGB
CMYK
RGB Variations
Color information
#FFF15F (or 0xFFF15F) is known color: Corn. HEX triplet: FF, F1 and 5F. RGB value is (255,241,95). Sum of RGB (Red+Green+Blue) = 255+241+95=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 95 (37.5% from 255 or 16.07% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF15F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF15F is #000EA0. Grayscale: #E5E5E5. Windows color (decimal): -3745 or 6287871. OLE color: 6287871.
HSL color Cylindrical-coordinate representation of color #FFF15F: hue angle of 54.75º 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 #FFF15F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 95 | - |
| CMYK | 0 | 0.05 | 0.63 | 0 |
| HSL | 54.75º | 1% | 0.69% | - |
| HSV(B) | 54.75º | 0.63% | 1% | - |
| XYZ | 74.76 | 85 | 23.29 | - |
| YUV | 228.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 95 | 0 | 0.05 | 0.63 | 0 | 54.75 | 1 | 0.69 |
| Hex | FF | F1 | 5F | 0 | 5 | 3F | 0 | 37 | 64 | 45 |
| Octal | 377 | 361 | 137 | 0 | 5 | 77 | 0 | 67 | 144 | 105 |
| Binary | 11111111 | 11110001 | 1011111 | 0 | 101 | 111111 | 0 | 110111 | 1100100 | 1000101 |
Color Harmonies of #FFF15F
Complementary color
Monochromatic Colors of #FFF15F
Black with #FFF15F
Text Example
Text Example
White with #FFF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF15F; }
p { color: rgb(255,241,95); }
H1.HeaderClassName
{
color: #FFF15F;
}
.AnyTagClassName
{
color: #FFF15F;
}
</style>
background-color css
<style>
a { background-color: #FFF15F; }
a { background-color: rgb(255,241,95); }
div.DivClassName
{
background-color: #FFF15F;
}
.BgClassName
{
background-color: #FFF15F;
}
</style>
border-color css
<style>
span { border-color: #FFF15F; }
span { border-color: rgb(255,241,95); }
td.TdClassName
{
border-color: #FFF15F;
}
.TagClassName
{
border-color: #FFF15F;
}
</style>