Shades of Corn #FBF166
Tints of Corn #FBF166
RGB
CMYK
RGB Variations
Color information
#FBF166 (or 0xFBF166) is known color: Corn. HEX triplet: FB, F1 and 66. RGB value is (251,241,102). Sum of RGB (Red+Green+Blue) = 251+241+102=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF166 is #040E99. Grayscale: #E4E4E4. Windows color (decimal): -265882 or 6746619. OLE color: 6746619.
HSL color Cylindrical-coordinate representation of color #FBF166: hue angle of 55.97º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBF166 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 102 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.02 |
| HSL | 55.97º | 0.95% | 0.69% | - |
| HSV(B) | 55.97º | 0.59% | 0.98% | - |
| XYZ | 73.64 | 84.38 | 24.98 | - |
| YUV | 228.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 102 | 0 | 0.04 | 0.59 | 0.02 | 55.97 | 0.95 | 0.69 |
| Hex | FB | F1 | 66 | 0 | 4 | 3B | 2 | 38 | 5F | 45 |
| Octal | 373 | 361 | 146 | 0 | 4 | 73 | 2 | 70 | 137 | 105 |
| Binary | 11111011 | 11110001 | 1100110 | 0 | 100 | 111011 | 10 | 111000 | 1011111 | 1000101 |
Color Harmonies of #FBF166
Complementary color
Monochromatic Colors of #FBF166
Black with #FBF166
Text Example
Text Example
White with #FBF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF166; }
p { color: rgb(251,241,102); }
H1.HeaderClassName
{
color: #FBF166;
}
.AnyTagClassName
{
color: #FBF166;
}
</style>
background-color css
<style>
a { background-color: #FBF166; }
a { background-color: rgb(251,241,102); }
div.DivClassName
{
background-color: #FBF166;
}
.BgClassName
{
background-color: #FBF166;
}
</style>
border-color css
<style>
span { border-color: #FBF166; }
span { border-color: rgb(251,241,102); }
td.TdClassName
{
border-color: #FBF166;
}
.TagClassName
{
border-color: #FBF166;
}
</style>