Shades of Corn #FBF266
Tints of Corn #FBF266
RGB
CMYK
RGB Variations
Color information
#FBF266 (or 0xFBF266) is known color: Corn. HEX triplet: FB, F2 and 66. RGB value is (251,242,102). Sum of RGB (Red+Green+Blue) = 251+242+102=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF266 is #040D99. Grayscale: #E5E5E5. Windows color (decimal): -265626 or 6746875. OLE color: 6746875.
HSL color Cylindrical-coordinate representation of color #FBF266: hue angle of 56.38º 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 #FBF266 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 102 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.02 |
| HSL | 56.38º | 0.95% | 0.69% | - |
| HSV(B) | 56.38º | 0.59% | 0.98% | - |
| XYZ | 73.93 | 84.97 | 25.08 | - |
| YUV | 228.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 102 | 0 | 0.04 | 0.59 | 0.02 | 56.38 | 0.95 | 0.69 |
| Hex | FB | F2 | 66 | 0 | 4 | 3B | 2 | 38 | 5F | 45 |
| Octal | 373 | 362 | 146 | 0 | 4 | 73 | 2 | 70 | 137 | 105 |
| Binary | 11111011 | 11110010 | 1100110 | 0 | 100 | 111011 | 10 | 111000 | 1011111 | 1000101 |
Color Harmonies of #FBF266
Complementary color
Monochromatic Colors of #FBF266
Black with #FBF266
Text Example
Text Example
White with #FBF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF266; }
p { color: rgb(251,242,102); }
H1.HeaderClassName
{
color: #FBF266;
}
.AnyTagClassName
{
color: #FBF266;
}
</style>
background-color css
<style>
a { background-color: #FBF266; }
a { background-color: rgb(251,242,102); }
div.DivClassName
{
background-color: #FBF266;
}
.BgClassName
{
background-color: #FBF266;
}
</style>
border-color css
<style>
span { border-color: #FBF266; }
span { border-color: rgb(251,242,102); }
td.TdClassName
{
border-color: #FBF266;
}
.TagClassName
{
border-color: #FBF266;
}
</style>