Shades of Corn #FFF05B
Tints of Corn #FFF05B
RGB
CMYK
RGB Variations
Color information
#FFF05B (or 0xFFF05B) is known color: Corn. HEX triplet: FF, F0 and 5B. RGB value is (255,240,91). Sum of RGB (Red+Green+Blue) = 255+240+91=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 91 (35.94% from 255 or 15.53% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF05B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF05B is #000FA4. Grayscale: #E4E4E4. Windows color (decimal): -4005 or 6025471. OLE color: 6025471.
HSL color Cylindrical-coordinate representation of color #FFF05B: hue angle of 54.51º 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 #FFF05B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 91 | - |
| CMYK | 0 | 0.06 | 0.64 | 0 |
| HSL | 54.51º | 1% | 0.68% | - |
| HSV(B) | 54.51º | 0.64% | 1% | - |
| XYZ | 74.29 | 84.34 | 22.26 | - |
| YUV | 227.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 91 | 0 | 0.06 | 0.64 | 0 | 54.51 | 1 | 0.68 |
| Hex | FF | F0 | 5B | 0 | 6 | 40 | 0 | 37 | 64 | 44 |
| Octal | 377 | 360 | 133 | 0 | 6 | 100 | 0 | 67 | 144 | 104 |
| Binary | 11111111 | 11110000 | 1011011 | 0 | 110 | 1000000 | 0 | 110111 | 1100100 | 1000100 |
Color Harmonies of #FFF05B
Complementary color
Monochromatic Colors of #FFF05B
Black with #FFF05B
Text Example
Text Example
White with #FFF05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF05B; }
p { color: rgb(255,240,91); }
H1.HeaderClassName
{
color: #FFF05B;
}
.AnyTagClassName
{
color: #FFF05B;
}
</style>
background-color css
<style>
a { background-color: #FFF05B; }
a { background-color: rgb(255,240,91); }
div.DivClassName
{
background-color: #FFF05B;
}
.BgClassName
{
background-color: #FFF05B;
}
</style>
border-color css
<style>
span { border-color: #FFF05B; }
span { border-color: rgb(255,240,91); }
td.TdClassName
{
border-color: #FFF05B;
}
.TagClassName
{
border-color: #FFF05B;
}
</style>