Shades of Corn #FBF05C
Tints of Corn #FBF05C
RGB
CMYK
RGB Variations
Color information
#FBF05C (or 0xFBF05C) is known color: Corn. HEX triplet: FB, F0 and 5C. RGB value is (251,240,92). Sum of RGB (Red+Green+Blue) = 251+240+92=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 92 (36.33% from 255 or 15.78% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF05C is #040FA3. Grayscale: #E3E3E3. Windows color (decimal): -266148 or 6091003. OLE color: 6091003.
HSL color Cylindrical-coordinate representation of color #FBF05C: hue angle of 55.85º 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 #FBF05C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 92 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.02 |
| HSL | 55.85º | 0.95% | 0.67% | - |
| HSV(B) | 55.85º | 0.63% | 0.98% | - |
| XYZ | 72.88 | 83.6 | 22.42 | - |
| YUV | 226.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 92 | 0 | 0.04 | 0.63 | 0.02 | 55.85 | 0.95 | 0.67 |
| Hex | FB | F0 | 5C | 0 | 4 | 3F | 2 | 38 | 5F | 43 |
| Octal | 373 | 360 | 134 | 0 | 4 | 77 | 2 | 70 | 137 | 103 |
| Binary | 11111011 | 11110000 | 1011100 | 0 | 100 | 111111 | 10 | 111000 | 1011111 | 1000011 |
Color Harmonies of #FBF05C
Complementary color
Monochromatic Colors of #FBF05C
Black with #FBF05C
Text Example
Text Example
White with #FBF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF05C; }
p { color: rgb(251,240,92); }
H1.HeaderClassName
{
color: #FBF05C;
}
.AnyTagClassName
{
color: #FBF05C;
}
</style>
background-color css
<style>
a { background-color: #FBF05C; }
a { background-color: rgb(251,240,92); }
div.DivClassName
{
background-color: #FBF05C;
}
.BgClassName
{
background-color: #FBF05C;
}
</style>
border-color css
<style>
span { border-color: #FBF05C; }
span { border-color: rgb(251,240,92); }
td.TdClassName
{
border-color: #FBF05C;
}
.TagClassName
{
border-color: #FBF05C;
}
</style>