Shades of Corn #FBF05D
Tints of Corn #FBF05D
RGB
CMYK
RGB Variations
Color information
#FBF05D (or 0xFBF05D) is known color: Corn. HEX triplet: FB, F0 and 5D. RGB value is (251,240,93). Sum of RGB (Red+Green+Blue) = 251+240+93=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF05D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF05D is #040FA2. Grayscale: #E3E3E3. Windows color (decimal): -266147 or 6156539. OLE color: 6156539.
HSL color Cylindrical-coordinate representation of color #FBF05D: hue angle of 55.82º 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 #FBF05D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 93 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.02 |
| HSL | 55.82º | 0.95% | 0.67% | - |
| HSV(B) | 55.82º | 0.63% | 0.98% | - |
| XYZ | 72.92 | 83.62 | 22.65 | - |
| YUV | 226.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 93 | 0 | 0.04 | 0.63 | 0.02 | 55.82 | 0.95 | 0.67 |
| Hex | FB | F0 | 5D | 0 | 4 | 3F | 2 | 38 | 5F | 43 |
| Octal | 373 | 360 | 135 | 0 | 4 | 77 | 2 | 70 | 137 | 103 |
| Binary | 11111011 | 11110000 | 1011101 | 0 | 100 | 111111 | 10 | 111000 | 1011111 | 1000011 |
Color Harmonies of #FBF05D
Complementary color
Monochromatic Colors of #FBF05D
Black with #FBF05D
Text Example
Text Example
White with #FBF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF05D; }
p { color: rgb(251,240,93); }
H1.HeaderClassName
{
color: #FBF05D;
}
.AnyTagClassName
{
color: #FBF05D;
}
</style>
background-color css
<style>
a { background-color: #FBF05D; }
a { background-color: rgb(251,240,93); }
div.DivClassName
{
background-color: #FBF05D;
}
.BgClassName
{
background-color: #FBF05D;
}
</style>
border-color css
<style>
span { border-color: #FBF05D; }
span { border-color: rgb(251,240,93); }
td.TdClassName
{
border-color: #FBF05D;
}
.TagClassName
{
border-color: #FBF05D;
}
</style>