Shades of Corn #FFF55C
Tints of Corn #FFF55C
RGB
CMYK
RGB Variations
Color information
#FFF55C (or 0xFFF55C) is known color: Corn. HEX triplet: FF, F5 and 5C. RGB value is (255,245,92). Sum of RGB (Red+Green+Blue) = 255+245+92=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 92 (36.33% from 255 or 15.54% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF55C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF55C is #000AA3. Grayscale: #E7E7E7. Windows color (decimal): -2724 or 6092287. OLE color: 6092287.
HSL color Cylindrical-coordinate representation of color #FFF55C: hue angle of 56.32º 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 #FFF55C is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 92 | - |
| CMYK | 0 | 0.04 | 0.64 | 0 |
| HSL | 56.32º | 1% | 0.68% | - |
| HSV(B) | 56.32º | 0.64% | 1% | - |
| XYZ | 75.82 | 87.34 | 22.99 | - |
| YUV | 230.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 92 | 0 | 0.04 | 0.64 | 0 | 56.32 | 1 | 0.68 |
| Hex | FF | F5 | 5C | 0 | 4 | 40 | 0 | 38 | 64 | 44 |
| Octal | 377 | 365 | 134 | 0 | 4 | 100 | 0 | 70 | 144 | 104 |
| Binary | 11111111 | 11110101 | 1011100 | 0 | 100 | 1000000 | 0 | 111000 | 1100100 | 1000100 |
Color Harmonies of #FFF55C
Complementary color
Monochromatic Colors of #FFF55C
Black with #FFF55C
Text Example
Text Example
White with #FFF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF55C; }
p { color: rgb(255,245,92); }
H1.HeaderClassName
{
color: #FFF55C;
}
.AnyTagClassName
{
color: #FFF55C;
}
</style>
background-color css
<style>
a { background-color: #FFF55C; }
a { background-color: rgb(255,245,92); }
div.DivClassName
{
background-color: #FFF55C;
}
.BgClassName
{
background-color: #FFF55C;
}
</style>
border-color css
<style>
span { border-color: #FFF55C; }
span { border-color: rgb(255,245,92); }
td.TdClassName
{
border-color: #FFF55C;
}
.TagClassName
{
border-color: #FFF55C;
}
</style>