Shades of Corn #FBED5C
Tints of Corn #FBED5C
RGB
CMYK
RGB Variations
Color information
#FBED5C (or 0xFBED5C) is known color: Corn. HEX triplet: FB, ED and 5C. RGB value is (251,237,92). Sum of RGB (Red+Green+Blue) = 251+237+92=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 92 (36.33% from 255 or 15.86% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED5C is #0412A3. Grayscale: #E1E1E1. Windows color (decimal): -266916 or 6090235. OLE color: 6090235.
HSL color Cylindrical-coordinate representation of color #FBED5C: hue angle of 54.72º 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 #FBED5C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 92 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.02 |
| HSL | 54.72º | 0.95% | 0.67% | - |
| HSV(B) | 54.72º | 0.63% | 0.98% | - |
| XYZ | 72 | 81.85 | 22.13 | - |
| YUV | 224.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 92 | 0 | 0.06 | 0.63 | 0.02 | 54.72 | 0.95 | 0.67 |
| Hex | FB | ED | 5C | 0 | 6 | 3F | 2 | 37 | 5F | 43 |
| Octal | 373 | 355 | 134 | 0 | 6 | 77 | 2 | 67 | 137 | 103 |
| Binary | 11111011 | 11101101 | 1011100 | 0 | 110 | 111111 | 10 | 110111 | 1011111 | 1000011 |
Color Harmonies of #FBED5C
Complementary color
Monochromatic Colors of #FBED5C
Black with #FBED5C
Text Example
Text Example
White with #FBED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED5C; }
p { color: rgb(251,237,92); }
H1.HeaderClassName
{
color: #FBED5C;
}
.AnyTagClassName
{
color: #FBED5C;
}
</style>
background-color css
<style>
a { background-color: #FBED5C; }
a { background-color: rgb(251,237,92); }
div.DivClassName
{
background-color: #FBED5C;
}
.BgClassName
{
background-color: #FBED5C;
}
</style>
border-color css
<style>
span { border-color: #FBED5C; }
span { border-color: rgb(251,237,92); }
td.TdClassName
{
border-color: #FBED5C;
}
.TagClassName
{
border-color: #FBED5C;
}
</style>