Shades of Corn #FBED67
Tints of Corn #FBED67
RGB
CMYK
RGB Variations
Color information
#FBED67 (or 0xFBED67) is known color: Corn. HEX triplet: FB, ED and 67. RGB value is (251,237,103). Sum of RGB (Red+Green+Blue) = 251+237+103=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED67 is #041298. Grayscale: #E2E2E2. Windows color (decimal): -266905 or 6811131. OLE color: 6811131.
HSL color Cylindrical-coordinate representation of color #FBED67: hue angle of 54.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBED67 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 103 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.02 |
| HSL | 54.32º | 0.95% | 0.69% | - |
| HSV(B) | 54.32º | 0.59% | 0.98% | - |
| XYZ | 72.52 | 82.06 | 24.85 | - |
| YUV | 225.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 103 | 0 | 0.06 | 0.59 | 0.02 | 54.32 | 0.95 | 0.69 |
| Hex | FB | ED | 67 | 0 | 6 | 3B | 2 | 36 | 5F | 45 |
| Octal | 373 | 355 | 147 | 0 | 6 | 73 | 2 | 66 | 137 | 105 |
| Binary | 11111011 | 11101101 | 1100111 | 0 | 110 | 111011 | 10 | 110110 | 1011111 | 1000101 |
Color Harmonies of #FBED67
Complementary color
Monochromatic Colors of #FBED67
Black with #FBED67
Text Example
Text Example
White with #FBED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED67; }
p { color: rgb(251,237,103); }
H1.HeaderClassName
{
color: #FBED67;
}
.AnyTagClassName
{
color: #FBED67;
}
</style>
background-color css
<style>
a { background-color: #FBED67; }
a { background-color: rgb(251,237,103); }
div.DivClassName
{
background-color: #FBED67;
}
.BgClassName
{
background-color: #FBED67;
}
</style>
border-color css
<style>
span { border-color: #FBED67; }
span { border-color: rgb(251,237,103); }
td.TdClassName
{
border-color: #FBED67;
}
.TagClassName
{
border-color: #FBED67;
}
</style>