Shades of Corn #FBF55A
Tints of Corn #FBF55A
RGB
CMYK
RGB Variations
Color information
#FBF55A (or 0xFBF55A) is known color: Corn. HEX triplet: FB, F5 and 5A. RGB value is (251,245,90). Sum of RGB (Red+Green+Blue) = 251+245+90=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 90 (35.55% from 255 or 15.36% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF55A is #040AA5. Grayscale: #E5E5E5. Windows color (decimal): -264870 or 5961211. OLE color: 5961211.
HSL color Cylindrical-coordinate representation of color #FBF55A: hue angle of 57.76º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBF55A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 90 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.02 |
| HSL | 57.76º | 0.95% | 0.67% | - |
| HSV(B) | 57.76º | 0.64% | 0.98% | - |
| XYZ | 74.28 | 86.55 | 22.46 | - |
| YUV | 229.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 90 | 0 | 0.02 | 0.64 | 0.02 | 57.76 | 0.95 | 0.67 |
| Hex | FB | F5 | 5A | 0 | 2 | 40 | 2 | 3A | 5F | 43 |
| Octal | 373 | 365 | 132 | 0 | 2 | 100 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110101 | 1011010 | 0 | 10 | 1000000 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF55A
Complementary color
Monochromatic Colors of #FBF55A
Black with #FBF55A
Text Example
Text Example
White with #FBF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF55A; }
p { color: rgb(251,245,90); }
H1.HeaderClassName
{
color: #FBF55A;
}
.AnyTagClassName
{
color: #FBF55A;
}
</style>
background-color css
<style>
a { background-color: #FBF55A; }
a { background-color: rgb(251,245,90); }
div.DivClassName
{
background-color: #FBF55A;
}
.BgClassName
{
background-color: #FBF55A;
}
</style>
border-color css
<style>
span { border-color: #FBF55A; }
span { border-color: rgb(251,245,90); }
td.TdClassName
{
border-color: #FBF55A;
}
.TagClassName
{
border-color: #FBF55A;
}
</style>