Shades of Corn #FFF15C
Tints of Corn #FFF15C
RGB
CMYK
RGB Variations
Color information
#FFF15C (or 0xFFF15C) is known color: Corn. HEX triplet: FF, F1 and 5C. RGB value is (255,241,92). Sum of RGB (Red+Green+Blue) = 255+241+92=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 92 (36.33% from 255 or 15.65% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF15C is #000EA3. Grayscale: #E4E4E4. Windows color (decimal): -3748 or 6091263. OLE color: 6091263.
HSL color Cylindrical-coordinate representation of color #FFF15C: hue angle of 54.85º 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 #FFF15C is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 92 | - |
| CMYK | 0 | 0.05 | 0.64 | 0 |
| HSL | 54.85º | 1% | 0.68% | - |
| HSV(B) | 54.85º | 0.64% | 1% | - |
| XYZ | 74.63 | 84.94 | 22.59 | - |
| YUV | 228.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 92 | 0 | 0.05 | 0.64 | 0 | 54.85 | 1 | 0.68 |
| Hex | FF | F1 | 5C | 0 | 5 | 40 | 0 | 37 | 64 | 44 |
| Octal | 377 | 361 | 134 | 0 | 5 | 100 | 0 | 67 | 144 | 104 |
| Binary | 11111111 | 11110001 | 1011100 | 0 | 101 | 1000000 | 0 | 110111 | 1100100 | 1000100 |
Color Harmonies of #FFF15C
Complementary color
Monochromatic Colors of #FFF15C
Black with #FFF15C
Text Example
Text Example
White with #FFF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF15C; }
p { color: rgb(255,241,92); }
H1.HeaderClassName
{
color: #FFF15C;
}
.AnyTagClassName
{
color: #FFF15C;
}
</style>
background-color css
<style>
a { background-color: #FFF15C; }
a { background-color: rgb(255,241,92); }
div.DivClassName
{
background-color: #FFF15C;
}
.BgClassName
{
background-color: #FFF15C;
}
</style>
border-color css
<style>
span { border-color: #FFF15C; }
span { border-color: rgb(255,241,92); }
td.TdClassName
{
border-color: #FFF15C;
}
.TagClassName
{
border-color: #FFF15C;
}
</style>