Shades of Corn #FFF55A
Tints of Corn #FFF55A
RGB
CMYK
RGB Variations
Color information
#FFF55A (or 0xFFF55A) is known color: Corn. HEX triplet: FF, F5 and 5A. RGB value is (255,245,90). Sum of RGB (Red+Green+Blue) = 255+245+90=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 90 (35.55% from 255 or 15.25% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF55A is #000AA5. Grayscale: #E6E6E6. Windows color (decimal): -2726 or 5961215. OLE color: 5961215.
HSL color Cylindrical-coordinate representation of color #FFF55A: hue angle of 56.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFF55A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 90 | - |
| CMYK | 0 | 0.04 | 0.65 | 0 |
| HSL | 56.36º | 1% | 0.68% | - |
| HSV(B) | 56.36º | 0.65% | 1% | - |
| XYZ | 75.74 | 87.3 | 22.53 | - |
| YUV | 230.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 90 | 0 | 0.04 | 0.65 | 0 | 56.36 | 1 | 0.68 |
| Hex | FF | F5 | 5A | 0 | 4 | 41 | 0 | 38 | 64 | 44 |
| Octal | 377 | 365 | 132 | 0 | 4 | 101 | 0 | 70 | 144 | 104 |
| Binary | 11111111 | 11110101 | 1011010 | 0 | 100 | 1000001 | 0 | 111000 | 1100100 | 1000100 |
Color Harmonies of #FFF55A
Complementary color
Monochromatic Colors of #FFF55A
Black with #FFF55A
Text Example
Text Example
White with #FFF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF55A; }
p { color: rgb(255,245,90); }
H1.HeaderClassName
{
color: #FFF55A;
}
.AnyTagClassName
{
color: #FFF55A;
}
</style>
background-color css
<style>
a { background-color: #FFF55A; }
a { background-color: rgb(255,245,90); }
div.DivClassName
{
background-color: #FFF55A;
}
.BgClassName
{
background-color: #FFF55A;
}
</style>
border-color css
<style>
span { border-color: #FFF55A; }
span { border-color: rgb(255,245,90); }
td.TdClassName
{
border-color: #FFF55A;
}
.TagClassName
{
border-color: #FFF55A;
}
</style>