Shades of Corn #FBF55D
Tints of Corn #FBF55D
RGB
CMYK
RGB Variations
Color information
#FBF55D (or 0xFBF55D) is known color: Corn. HEX triplet: FB, F5 and 5D. RGB value is (251,245,93). Sum of RGB (Red+Green+Blue) = 251+245+93=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 93 (36.72% from 255 or 15.79% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF55D is #040AA2. Grayscale: #E6E6E6. Windows color (decimal): -264867 or 6157819. OLE color: 6157819.
HSL color Cylindrical-coordinate representation of color #FBF55D: hue angle of 57.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 #FBF55D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 57.72º | 0.95% | 0.67% | - |
| HSV(B) | 57.72º | 0.63% | 0.98% | - |
| XYZ | 74.41 | 86.6 | 23.15 | - |
| YUV | 229.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 93 | 0 | 0.02 | 0.63 | 0.02 | 57.72 | 0.95 | 0.67 |
| Hex | FB | F5 | 5D | 0 | 2 | 3F | 2 | 3A | 5F | 43 |
| Octal | 373 | 365 | 135 | 0 | 2 | 77 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110101 | 1011101 | 0 | 10 | 111111 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF55D
Complementary color
Monochromatic Colors of #FBF55D
Black with #FBF55D
Text Example
Text Example
White with #FBF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF55D; }
p { color: rgb(251,245,93); }
H1.HeaderClassName
{
color: #FBF55D;
}
.AnyTagClassName
{
color: #FBF55D;
}
</style>
background-color css
<style>
a { background-color: #FBF55D; }
a { background-color: rgb(251,245,93); }
div.DivClassName
{
background-color: #FBF55D;
}
.BgClassName
{
background-color: #FBF55D;
}
</style>
border-color css
<style>
span { border-color: #FBF55D; }
span { border-color: rgb(251,245,93); }
td.TdClassName
{
border-color: #FBF55D;
}
.TagClassName
{
border-color: #FBF55D;
}
</style>