Shades of Corn #FBF65A
Tints of Corn #FBF65A
RGB
CMYK
RGB Variations
Color information
#FBF65A (or 0xFBF65A) is known color: Corn. HEX triplet: FB, F6 and 5A. RGB value is (251,246,90). Sum of RGB (Red+Green+Blue) = 251+246+90=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 90 (35.55% from 255 or 15.33% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF65A is #0409A5. Grayscale: #E6E6E6. Windows color (decimal): -264614 or 5961467. OLE color: 5961467.
HSL color Cylindrical-coordinate representation of color #FBF65A: hue angle of 58.14º 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 #FBF65A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 90 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.02 |
| HSL | 58.14º | 0.95% | 0.67% | - |
| HSV(B) | 58.14º | 0.64% | 0.98% | - |
| XYZ | 74.58 | 87.16 | 22.57 | - |
| YUV | 229.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 90 | 0 | 0.02 | 0.64 | 0.02 | 58.14 | 0.95 | 0.67 |
| Hex | FB | F6 | 5A | 0 | 2 | 40 | 2 | 3A | 5F | 43 |
| Octal | 373 | 366 | 132 | 0 | 2 | 100 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110110 | 1011010 | 0 | 10 | 1000000 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF65A
Complementary color
Monochromatic Colors of #FBF65A
Black with #FBF65A
Text Example
Text Example
White with #FBF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF65A; }
p { color: rgb(251,246,90); }
H1.HeaderClassName
{
color: #FBF65A;
}
.AnyTagClassName
{
color: #FBF65A;
}
</style>
background-color css
<style>
a { background-color: #FBF65A; }
a { background-color: rgb(251,246,90); }
div.DivClassName
{
background-color: #FBF65A;
}
.BgClassName
{
background-color: #FBF65A;
}
</style>
border-color css
<style>
span { border-color: #FBF65A; }
span { border-color: rgb(251,246,90); }
td.TdClassName
{
border-color: #FBF65A;
}
.TagClassName
{
border-color: #FBF65A;
}
</style>