Shades of Corn #FBF065
Tints of Corn #FBF065
RGB
CMYK
RGB Variations
Color information
#FBF065 (or 0xFBF065) is known color: Corn. HEX triplet: FB, F0 and 65. RGB value is (251,240,101). Sum of RGB (Red+Green+Blue) = 251+240+101=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF065 is #040F9A. Grayscale: #E4E4E4. Windows color (decimal): -266139 or 6680827. OLE color: 6680827.
HSL color Cylindrical-coordinate representation of color #FBF065: hue angle of 55.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBF065 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 101 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.02 |
| HSL | 55.6º | 0.95% | 0.69% | - |
| HSV(B) | 55.6º | 0.6% | 0.98% | - |
| XYZ | 73.29 | 83.77 | 24.62 | - |
| YUV | 227.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 101 | 0 | 0.04 | 0.60 | 0.02 | 55.6 | 0.95 | 0.69 |
| Hex | FB | F0 | 65 | 0 | 4 | 3C | 2 | 38 | 5F | 45 |
| Octal | 373 | 360 | 145 | 0 | 4 | 74 | 2 | 70 | 137 | 105 |
| Binary | 11111011 | 11110000 | 1100101 | 0 | 100 | 111100 | 10 | 111000 | 1011111 | 1000101 |
Color Harmonies of #FBF065
Complementary color
Monochromatic Colors of #FBF065
Black with #FBF065
Text Example
Text Example
White with #FBF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF065; }
p { color: rgb(251,240,101); }
H1.HeaderClassName
{
color: #FBF065;
}
.AnyTagClassName
{
color: #FBF065;
}
</style>
background-color css
<style>
a { background-color: #FBF065; }
a { background-color: rgb(251,240,101); }
div.DivClassName
{
background-color: #FBF065;
}
.BgClassName
{
background-color: #FBF065;
}
</style>
border-color css
<style>
span { border-color: #FBF065; }
span { border-color: rgb(251,240,101); }
td.TdClassName
{
border-color: #FBF065;
}
.TagClassName
{
border-color: #FBF065;
}
</style>