Shades of Corn #FBE565
Tints of Corn #FBE565
RGB
CMYK
RGB Variations
Color information
#FBE565 (or 0xFBE565) is known color: Corn. HEX triplet: FB, E5 and 65. RGB value is (251,229,101). Sum of RGB (Red+Green+Blue) = 251+229+101=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 101 (39.84% from 255 or 17.38% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE565 is #041A9A. Grayscale: #DDDDDD. Windows color (decimal): -268955 or 6678011. OLE color: 6678011.
HSL color Cylindrical-coordinate representation of color #FBE565: hue angle of 51.2º 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 #FBE565 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 101 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.02 |
| HSL | 51.2º | 0.95% | 0.69% | - |
| HSV(B) | 51.2º | 0.6% | 0.98% | - |
| XYZ | 70.15 | 77.49 | 23.57 | - |
| YUV | 220.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 101 | 0 | 0.09 | 0.60 | 0.02 | 51.2 | 0.95 | 0.69 |
| Hex | FB | E5 | 65 | 0 | 9 | 3C | 2 | 33 | 5F | 45 |
| Octal | 373 | 345 | 145 | 0 | 11 | 74 | 2 | 63 | 137 | 105 |
| Binary | 11111011 | 11100101 | 1100101 | 0 | 1001 | 111100 | 10 | 110011 | 1011111 | 1000101 |
Color Harmonies of #FBE565
Complementary color
Monochromatic Colors of #FBE565
Black with #FBE565
Text Example
Text Example
White with #FBE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE565; }
p { color: rgb(251,229,101); }
H1.HeaderClassName
{
color: #FBE565;
}
.AnyTagClassName
{
color: #FBE565;
}
</style>
background-color css
<style>
a { background-color: #FBE565; }
a { background-color: rgb(251,229,101); }
div.DivClassName
{
background-color: #FBE565;
}
.BgClassName
{
background-color: #FBE565;
}
</style>
border-color css
<style>
span { border-color: #FBE565; }
span { border-color: rgb(251,229,101); }
td.TdClassName
{
border-color: #FBE565;
}
.TagClassName
{
border-color: #FBE565;
}
</style>