Shades of Koromiko #FABA54
Tints of Koromiko #FABA54
RGB
CMYK
RGB Variations
Color information
#FABA54 (or 0xFABA54) is known color: Koromiko. HEX triplet: FA, BA and 54. RGB value is (250,186,84). Sum of RGB (Red+Green+Blue) = 250+186+84=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA54 is #0545AB. Grayscale: #C1C1C1. Windows color (decimal): -345516 or 5552890. OLE color: 5552890.
HSL color Cylindrical-coordinate representation of color #FABA54: hue angle of 36.87º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FABA54 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 84 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 36.87º | 0.94% | 0.65% | - |
| HSV(B) | 36.87º | 0.66% | 0.98% | - |
| XYZ | 58.58 | 56.08 | 16.12 | - |
| YUV | 193.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 84 | 0 | 0.26 | 0.66 | 0.02 | 36.87 | 0.94 | 0.65 |
| Hex | FA | BA | 54 | 0 | 1A | 42 | 2 | 25 | 5E | 41 |
| Octal | 372 | 272 | 124 | 0 | 32 | 102 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111010 | 1010100 | 0 | 11010 | 1000010 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FABA54
Complementary color
Monochromatic Colors of #FABA54
Black with #FABA54
Text Example
Text Example
White with #FABA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA54; }
p { color: rgb(250,186,84); }
H1.HeaderClassName
{
color: #FABA54;
}
.AnyTagClassName
{
color: #FABA54;
}
</style>
background-color css
<style>
a { background-color: #FABA54; }
a { background-color: rgb(250,186,84); }
div.DivClassName
{
background-color: #FABA54;
}
.BgClassName
{
background-color: #FABA54;
}
</style>
border-color css
<style>
span { border-color: #FABA54; }
span { border-color: rgb(250,186,84); }
td.TdClassName
{
border-color: #FABA54;
}
.TagClassName
{
border-color: #FABA54;
}
</style>