Shades of Corn #FBF55C
Tints of Corn #FBF55C
RGB
CMYK
RGB Variations
Color information
#FBF55C (or 0xFBF55C) is known color: Corn. HEX triplet: FB, F5 and 5C. RGB value is (251,245,92). Sum of RGB (Red+Green+Blue) = 251+245+92=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 92 (36.33% from 255 or 15.65% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF55C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF55C is #040AA3. Grayscale: #E5E5E5. Windows color (decimal): -264868 or 6092283. OLE color: 6092283.
HSL color Cylindrical-coordinate representation of color #FBF55C: hue angle of 57.74º 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 #FBF55C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 92 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 57.74º | 0.95% | 0.67% | - |
| HSV(B) | 57.74º | 0.63% | 0.98% | - |
| XYZ | 74.37 | 86.59 | 22.92 | - |
| YUV | 229.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 92 | 0 | 0.02 | 0.63 | 0.02 | 57.74 | 0.95 | 0.67 |
| Hex | FB | F5 | 5C | 0 | 2 | 3F | 2 | 3A | 5F | 43 |
| Octal | 373 | 365 | 134 | 0 | 2 | 77 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110101 | 1011100 | 0 | 10 | 111111 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF55C
Complementary color
Monochromatic Colors of #FBF55C
Black with #FBF55C
Text Example
Text Example
White with #FBF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF55C; }
p { color: rgb(251,245,92); }
H1.HeaderClassName
{
color: #FBF55C;
}
.AnyTagClassName
{
color: #FBF55C;
}
</style>
background-color css
<style>
a { background-color: #FBF55C; }
a { background-color: rgb(251,245,92); }
div.DivClassName
{
background-color: #FBF55C;
}
.BgClassName
{
background-color: #FBF55C;
}
</style>
border-color css
<style>
span { border-color: #FBF55C; }
span { border-color: rgb(251,245,92); }
td.TdClassName
{
border-color: #FBF55C;
}
.TagClassName
{
border-color: #FBF55C;
}
</style>