Shades of Corn #FFF05D
Tints of Corn #FFF05D
RGB
CMYK
RGB Variations
Color information
#FFF05D (or 0xFFF05D) is known color: Corn. HEX triplet: FF, F0 and 5D. RGB value is (255,240,93). Sum of RGB (Red+Green+Blue) = 255+240+93=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 93 (36.72% from 255 or 15.82% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF05D is #000FA2. Grayscale: #E4E4E4. Windows color (decimal): -4003 or 6156543. OLE color: 6156543.
HSL color Cylindrical-coordinate representation of color #FFF05D: hue angle of 54.44º 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 #FFF05D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 93 | - |
| CMYK | 0 | 0.06 | 0.64 | 0 |
| HSL | 54.44º | 1% | 0.68% | - |
| HSV(B) | 54.44º | 0.64% | 1% | - |
| XYZ | 74.38 | 84.37 | 22.72 | - |
| YUV | 227.73 | 51.97 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 93 | 0 | 0.06 | 0.64 | 0 | 54.44 | 1 | 0.68 |
| Hex | FF | F0 | 5D | 0 | 6 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 360 | 135 | 0 | 6 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11110000 | 1011101 | 0 | 110 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFF05D
Complementary color
Monochromatic Colors of #FFF05D
Black with #FFF05D
Text Example
Text Example
White with #FFF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF05D; }
p { color: rgb(255,240,93); }
H1.HeaderClassName
{
color: #FFF05D;
}
.AnyTagClassName
{
color: #FFF05D;
}
</style>
background-color css
<style>
a { background-color: #FFF05D; }
a { background-color: rgb(255,240,93); }
div.DivClassName
{
background-color: #FFF05D;
}
.BgClassName
{
background-color: #FFF05D;
}
</style>
border-color css
<style>
span { border-color: #FFF05D; }
span { border-color: rgb(255,240,93); }
td.TdClassName
{
border-color: #FFF05D;
}
.TagClassName
{
border-color: #FFF05D;
}
</style>