Shades of Corn #FBF465
Tints of Corn #FBF465
RGB
CMYK
RGB Variations
Color information
#FBF465 (or 0xFBF465) is known color: Corn. HEX triplet: FB, F4 and 65. RGB value is (251,244,101). Sum of RGB (Red+Green+Blue) = 251+244+101=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF465 is #040B9A. Grayscale: #E6E6E6. Windows color (decimal): -265115 or 6681851. OLE color: 6681851.
HSL color Cylindrical-coordinate representation of color #FBF465: hue angle of 57.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBF465 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 101 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.02 |
| HSL | 57.2º | 0.95% | 0.69% | - |
| HSV(B) | 57.2º | 0.6% | 0.98% | - |
| XYZ | 74.48 | 86.15 | 25.01 | - |
| YUV | 229.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 101 | 0 | 0.03 | 0.60 | 0.02 | 57.2 | 0.95 | 0.69 |
| Hex | FB | F4 | 65 | 0 | 3 | 3C | 2 | 39 | 5F | 45 |
| Octal | 373 | 364 | 145 | 0 | 3 | 74 | 2 | 71 | 137 | 105 |
| Binary | 11111011 | 11110100 | 1100101 | 0 | 11 | 111100 | 10 | 111001 | 1011111 | 1000101 |
Color Harmonies of #FBF465
Complementary color
Monochromatic Colors of #FBF465
Black with #FBF465
Text Example
Text Example
White with #FBF465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF465; }
p { color: rgb(251,244,101); }
H1.HeaderClassName
{
color: #FBF465;
}
.AnyTagClassName
{
color: #FBF465;
}
</style>
background-color css
<style>
a { background-color: #FBF465; }
a { background-color: rgb(251,244,101); }
div.DivClassName
{
background-color: #FBF465;
}
.BgClassName
{
background-color: #FBF465;
}
</style>
border-color css
<style>
span { border-color: #FBF465; }
span { border-color: rgb(251,244,101); }
td.TdClassName
{
border-color: #FBF465;
}
.TagClassName
{
border-color: #FBF465;
}
</style>