Shades of Corn #FBF85A
Tints of Corn #FBF85A
RGB
CMYK
RGB Variations
Color information
#FBF85A (or 0xFBF85A) is known color: Corn. HEX triplet: FB, F8 and 5A. RGB value is (251,248,90). Sum of RGB (Red+Green+Blue) = 251+248+90=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 90 (35.55% from 255 or 15.28% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF85A is #0407A5. Grayscale: #E7E7E7. Windows color (decimal): -264102 or 5961979. OLE color: 5961979.
HSL color Cylindrical-coordinate representation of color #FBF85A: hue angle of 58.88º 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 #FBF85A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 90 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.02 |
| HSL | 58.88º | 0.95% | 0.67% | - |
| HSV(B) | 58.88º | 0.64% | 0.98% | - |
| XYZ | 75.2 | 88.38 | 22.77 | - |
| YUV | 230.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 90 | 0 | 0.01 | 0.64 | 0.02 | 58.88 | 0.95 | 0.67 |
| Hex | FB | F8 | 5A | 0 | 1 | 40 | 2 | 3B | 5F | 43 |
| Octal | 373 | 370 | 132 | 0 | 1 | 100 | 2 | 73 | 137 | 103 |
| Binary | 11111011 | 11111000 | 1011010 | 0 | 1 | 1000000 | 10 | 111011 | 1011111 | 1000011 |
Color Harmonies of #FBF85A
Complementary color
Monochromatic Colors of #FBF85A
Black with #FBF85A
Text Example
Text Example
White with #FBF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF85A; }
p { color: rgb(251,248,90); }
H1.HeaderClassName
{
color: #FBF85A;
}
.AnyTagClassName
{
color: #FBF85A;
}
</style>
background-color css
<style>
a { background-color: #FBF85A; }
a { background-color: rgb(251,248,90); }
div.DivClassName
{
background-color: #FBF85A;
}
.BgClassName
{
background-color: #FBF85A;
}
</style>
border-color css
<style>
span { border-color: #FBF85A; }
span { border-color: rgb(251,248,90); }
td.TdClassName
{
border-color: #FBF85A;
}
.TagClassName
{
border-color: #FBF85A;
}
</style>