Shades of Koromiko #FABA50
Tints of Koromiko #FABA50
RGB
CMYK
RGB Variations
Color information
#FABA50 (or 0xFABA50) is known color: Koromiko. HEX triplet: FA, BA and 50. RGB value is (250,186,80). Sum of RGB (Red+Green+Blue) = 250+186+80=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA50 is #0545AF. Grayscale: #C1C1C1. Windows color (decimal): -345520 or 5290746. OLE color: 5290746.
HSL color Cylindrical-coordinate representation of color #FABA50: hue angle of 37.41º degrees, saturation: 0.94, 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 #FABA50 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.02 |
| HSL | 37.41º | 0.94% | 0.65% | - |
| HSV(B) | 37.41º | 0.68% | 0.98% | - |
| XYZ | 58.43 | 56.02 | 15.32 | - |
| YUV | 193.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 80 | 0 | 0.26 | 0.68 | 0.02 | 37.41 | 0.94 | 0.65 |
| Hex | FA | BA | 50 | 0 | 1A | 44 | 2 | 25 | 5E | 41 |
| Octal | 372 | 272 | 120 | 0 | 32 | 104 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111010 | 1010000 | 0 | 11010 | 1000100 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FABA50
Complementary color
Monochromatic Colors of #FABA50
Black with #FABA50
Text Example
Text Example
White with #FABA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA50; }
p { color: rgb(250,186,80); }
H1.HeaderClassName
{
color: #FABA50;
}
.AnyTagClassName
{
color: #FABA50;
}
</style>
background-color css
<style>
a { background-color: #FABA50; }
a { background-color: rgb(250,186,80); }
div.DivClassName
{
background-color: #FABA50;
}
.BgClassName
{
background-color: #FABA50;
}
</style>
border-color css
<style>
span { border-color: #FABA50; }
span { border-color: rgb(250,186,80); }
td.TdClassName
{
border-color: #FABA50;
}
.TagClassName
{
border-color: #FABA50;
}
</style>