Shades of Corn #FBF262
Tints of Corn #FBF262
RGB
CMYK
RGB Variations
Color information
#FBF262 (or 0xFBF262) is known color: Corn. HEX triplet: FB, F2 and 62. RGB value is (251,242,98). Sum of RGB (Red+Green+Blue) = 251+242+98=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 98 (38.67% from 255 or 16.58% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF262 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF262 is #040D9D. Grayscale: #E4E4E4. Windows color (decimal): -265630 or 6484731. OLE color: 6484731.
HSL color Cylindrical-coordinate representation of color #FBF262: hue angle of 56.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBF262 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 98 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.02 |
| HSL | 56.47º | 0.95% | 0.68% | - |
| HSV(B) | 56.47º | 0.61% | 0.98% | - |
| XYZ | 73.74 | 84.9 | 24.06 | - |
| YUV | 228.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 98 | 0 | 0.04 | 0.61 | 0.02 | 56.47 | 0.95 | 0.68 |
| Hex | FB | F2 | 62 | 0 | 4 | 3D | 2 | 38 | 5F | 44 |
| Octal | 373 | 362 | 142 | 0 | 4 | 75 | 2 | 70 | 137 | 104 |
| Binary | 11111011 | 11110010 | 1100010 | 0 | 100 | 111101 | 10 | 111000 | 1011111 | 1000100 |
Color Harmonies of #FBF262
Complementary color
Monochromatic Colors of #FBF262
Black with #FBF262
Text Example
Text Example
White with #FBF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF262; }
p { color: rgb(251,242,98); }
H1.HeaderClassName
{
color: #FBF262;
}
.AnyTagClassName
{
color: #FBF262;
}
</style>
background-color css
<style>
a { background-color: #FBF262; }
a { background-color: rgb(251,242,98); }
div.DivClassName
{
background-color: #FBF262;
}
.BgClassName
{
background-color: #FBF262;
}
</style>
border-color css
<style>
span { border-color: #FBF262; }
span { border-color: rgb(251,242,98); }
td.TdClassName
{
border-color: #FBF262;
}
.TagClassName
{
border-color: #FBF262;
}
</style>