Shades of Corn #FBEC5D
Tints of Corn #FBEC5D
RGB
CMYK
RGB Variations
Color information
#FBEC5D (or 0xFBEC5D) is known color: Corn. HEX triplet: FB, EC and 5D. RGB value is (251,236,93). Sum of RGB (Red+Green+Blue) = 251+236+93=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC5D is #0413A2. Grayscale: #E0E0E0. Windows color (decimal): -267171 or 6155515. OLE color: 6155515.
HSL color Cylindrical-coordinate representation of color #FBEC5D: hue angle of 54.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBEC5D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 236 | 93 | - |
CMYK | 0 | 0.06 | 0.63 | 0.02 |
HSL | 54.3º | 0.95% | 0.67% | - |
HSV(B) | 54.3º | 0.63% | 0.98% | - |
XYZ | 71.75 | 81.29 | 22.26 | - |
YUV | 224.18 | 53.97 | 147.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 236 | 93 | 0 | 0.06 | 0.63 | 0.02 | 54.3 | 0.95 | 0.67 |
Hex | FB | EC | 5D | 0 | 6 | 3F | 2 | 36 | 5F | 43 |
Octal | 373 | 354 | 135 | 0 | 6 | 77 | 2 | 66 | 137 | 103 |
Binary | 11111011 | 11101100 | 1011101 | 0 | 110 | 111111 | 10 | 110110 | 1011111 | 1000011 |
Color Harmonies of #FBEC5D
Complementary color
Monochromatic Colors of #FBEC5D
Black with #FBEC5D
Text Example
Text Example
White with #FBEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC5D; }
p { color: rgb(251,236,93); }
H1.HeaderClassName
{
color: #FBEC5D;
}
.AnyTagClassName
{
color: #FBEC5D;
}
</style>
background-color css
<style>
a { background-color: #FBEC5D; }
a { background-color: rgb(251,236,93); }
div.DivClassName
{
background-color: #FBEC5D;
}
.BgClassName
{
background-color: #FBEC5D;
}
</style>
border-color css
<style>
span { border-color: #FBEC5D; }
span { border-color: rgb(251,236,93); }
td.TdClassName
{
border-color: #FBEC5D;
}
.TagClassName
{
border-color: #FBEC5D;
}
</style>