Shades of Koromiko #FBBA51
Tints of Koromiko #FBBA51
RGB
CMYK
RGB Variations
Color information
#FBBA51 (or 0xFBBA51) is known color: Koromiko. HEX triplet: FB, BA and 51. RGB value is (251,186,81). Sum of RGB (Red+Green+Blue) = 251+186+81=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA51 is #0445AE. Grayscale: #C1C1C1. Windows color (decimal): -279983 or 5356283. OLE color: 5356283.
HSL color Cylindrical-coordinate representation of color #FBBA51: hue angle of 37.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FBBA51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.02 |
| HSL | 37.06º | 0.96% | 0.65% | - |
| HSV(B) | 37.06º | 0.68% | 0.98% | - |
| XYZ | 58.83 | 56.22 | 15.54 | - |
| YUV | 193.47 | 64.53 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 81 | 0 | 0.26 | 0.68 | 0.02 | 37.06 | 0.96 | 0.65 |
| Hex | FB | BA | 51 | 0 | 1A | 44 | 2 | 25 | 60 | 41 |
| Octal | 373 | 272 | 121 | 0 | 32 | 104 | 2 | 45 | 140 | 101 |
| Binary | 11111011 | 10111010 | 1010001 | 0 | 11010 | 1000100 | 10 | 100101 | 1100000 | 1000001 |
Color Harmonies of #FBBA51
Complementary color
Monochromatic Colors of #FBBA51
Black with #FBBA51
Text Example
Text Example
White with #FBBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA51; }
p { color: rgb(251,186,81); }
H1.HeaderClassName
{
color: #FBBA51;
}
.AnyTagClassName
{
color: #FBBA51;
}
</style>
background-color css
<style>
a { background-color: #FBBA51; }
a { background-color: rgb(251,186,81); }
div.DivClassName
{
background-color: #FBBA51;
}
.BgClassName
{
background-color: #FBBA51;
}
</style>
border-color css
<style>
span { border-color: #FBBA51; }
span { border-color: rgb(251,186,81); }
td.TdClassName
{
border-color: #FBBA51;
}
.TagClassName
{
border-color: #FBBA51;
}
</style>