Shades of Corn #FBF067
Tints of Corn #FBF067
RGB
CMYK
RGB Variations
Color information
#FBF067 (or 0xFBF067) is known color: Corn. HEX triplet: FB, F0 and 67. RGB value is (251,240,103). Sum of RGB (Red+Green+Blue) = 251+240+103=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF067 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF067 is #040F98. Grayscale: #E4E4E4. Windows color (decimal): -266137 or 6811899. OLE color: 6811899.
HSL color Cylindrical-coordinate representation of color #FBF067: hue angle of 55.54º 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 #FBF067 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 103 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.02 |
| HSL | 55.54º | 0.95% | 0.69% | - |
| HSV(B) | 55.54º | 0.59% | 0.98% | - |
| XYZ | 73.39 | 83.81 | 25.14 | - |
| YUV | 227.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 103 | 0 | 0.04 | 0.59 | 0.02 | 55.54 | 0.95 | 0.69 |
| Hex | FB | F0 | 67 | 0 | 4 | 3B | 2 | 38 | 5F | 45 |
| Octal | 373 | 360 | 147 | 0 | 4 | 73 | 2 | 70 | 137 | 105 |
| Binary | 11111011 | 11110000 | 1100111 | 0 | 100 | 111011 | 10 | 111000 | 1011111 | 1000101 |
Color Harmonies of #FBF067
Complementary color
Monochromatic Colors of #FBF067
Black with #FBF067
Text Example
Text Example
White with #FBF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF067; }
p { color: rgb(251,240,103); }
H1.HeaderClassName
{
color: #FBF067;
}
.AnyTagClassName
{
color: #FBF067;
}
</style>
background-color css
<style>
a { background-color: #FBF067; }
a { background-color: rgb(251,240,103); }
div.DivClassName
{
background-color: #FBF067;
}
.BgClassName
{
background-color: #FBF067;
}
</style>
border-color css
<style>
span { border-color: #FBF067; }
span { border-color: rgb(251,240,103); }
td.TdClassName
{
border-color: #FBF067;
}
.TagClassName
{
border-color: #FBF067;
}
</style>