Shades of Koromiko #FABA58
Tints of Koromiko #FABA58
RGB
CMYK
RGB Variations
Color information
#FABA58 (or 0xFABA58) is known color: Koromiko. HEX triplet: FA, BA and 58. RGB value is (250,186,88). Sum of RGB (Red+Green+Blue) = 250+186+88=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA58 is #0545A7. Grayscale: #C2C2C2. Windows color (decimal): -345512 or 5815034. OLE color: 5815034.
HSL color Cylindrical-coordinate representation of color #FABA58: hue angle of 36.3º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FABA58 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.02 |
| HSL | 36.3º | 0.94% | 0.66% | - |
| HSV(B) | 36.3º | 0.65% | 0.98% | - |
| XYZ | 58.74 | 56.15 | 16.97 | - |
| YUV | 193.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 88 | 0 | 0.26 | 0.65 | 0.02 | 36.3 | 0.94 | 0.66 |
| Hex | FA | BA | 58 | 0 | 1A | 41 | 2 | 24 | 5E | 42 |
| Octal | 372 | 272 | 130 | 0 | 32 | 101 | 2 | 44 | 136 | 102 |
| Binary | 11111010 | 10111010 | 1011000 | 0 | 11010 | 1000001 | 10 | 100100 | 1011110 | 1000010 |
Color Harmonies of #FABA58
Complementary color
Monochromatic Colors of #FABA58
Black with #FABA58
Text Example
Text Example
White with #FABA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA58; }
p { color: rgb(250,186,88); }
H1.HeaderClassName
{
color: #FABA58;
}
.AnyTagClassName
{
color: #FABA58;
}
</style>
background-color css
<style>
a { background-color: #FABA58; }
a { background-color: rgb(250,186,88); }
div.DivClassName
{
background-color: #FABA58;
}
.BgClassName
{
background-color: #FABA58;
}
</style>
border-color css
<style>
span { border-color: #FABA58; }
span { border-color: rgb(250,186,88); }
td.TdClassName
{
border-color: #FABA58;
}
.TagClassName
{
border-color: #FABA58;
}
</style>