Shades of Corn #FBF65D
Tints of Corn #FBF65D
RGB
CMYK
RGB Variations
Color information
#FBF65D (or 0xFBF65D) is known color: Corn. HEX triplet: FB, F6 and 5D. RGB value is (251,246,93). Sum of RGB (Red+Green+Blue) = 251+246+93=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 93 (36.72% from 255 or 15.76% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF65D is #0409A2. Grayscale: #E6E6E6. Windows color (decimal): -264611 or 6158075. OLE color: 6158075.
HSL color Cylindrical-coordinate representation of color #FBF65D: hue angle of 58.1º 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 #FBF65D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 93 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.02 |
| HSL | 58.1º | 0.95% | 0.67% | - |
| HSV(B) | 58.1º | 0.63% | 0.98% | - |
| XYZ | 74.72 | 87.21 | 23.25 | - |
| YUV | 230.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 93 | 0 | 0.02 | 0.63 | 0.02 | 58.1 | 0.95 | 0.67 |
| Hex | FB | F6 | 5D | 0 | 2 | 3F | 2 | 3A | 5F | 43 |
| Octal | 373 | 366 | 135 | 0 | 2 | 77 | 2 | 72 | 137 | 103 |
| Binary | 11111011 | 11110110 | 1011101 | 0 | 10 | 111111 | 10 | 111010 | 1011111 | 1000011 |
Color Harmonies of #FBF65D
Complementary color
Monochromatic Colors of #FBF65D
Black with #FBF65D
Text Example
Text Example
White with #FBF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF65D; }
p { color: rgb(251,246,93); }
H1.HeaderClassName
{
color: #FBF65D;
}
.AnyTagClassName
{
color: #FBF65D;
}
</style>
background-color css
<style>
a { background-color: #FBF65D; }
a { background-color: rgb(251,246,93); }
div.DivClassName
{
background-color: #FBF65D;
}
.BgClassName
{
background-color: #FBF65D;
}
</style>
border-color css
<style>
span { border-color: #FBF65D; }
span { border-color: rgb(251,246,93); }
td.TdClassName
{
border-color: #FBF65D;
}
.TagClassName
{
border-color: #FBF65D;
}
</style>