Shades of Koromiko #FAB959
Tints of Koromiko #FAB959
RGB
CMYK
RGB Variations
Color information
#FAB959 (or 0xFAB959) is known color: Koromiko. HEX triplet: FA, B9 and 59. RGB value is (250,185,89). Sum of RGB (Red+Green+Blue) = 250+185+89=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB959 is #0546A6. Grayscale: #C1C1C1. Windows color (decimal): -345767 or 5880314. OLE color: 5880314.
HSL color Cylindrical-coordinate representation of color #FAB959: hue angle of 35.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB959 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 89 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.02 |
| HSL | 35.78º | 0.94% | 0.66% | - |
| HSV(B) | 35.78º | 0.64% | 0.98% | - |
| XYZ | 58.58 | 55.74 | 17.12 | - |
| YUV | 193.49 | 69.03 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 89 | 0 | 0.26 | 0.64 | 0.02 | 35.78 | 0.94 | 0.66 |
| Hex | FA | B9 | 59 | 0 | 1A | 40 | 2 | 24 | 5E | 42 |
| Octal | 372 | 271 | 131 | 0 | 32 | 100 | 2 | 44 | 136 | 102 |
| Binary | 11111010 | 10111001 | 1011001 | 0 | 11010 | 1000000 | 10 | 100100 | 1011110 | 1000010 |
Color Harmonies of #FAB959
Complementary color
Monochromatic Colors of #FAB959
Black with #FAB959
Text Example
Text Example
White with #FAB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB959; }
p { color: rgb(250,185,89); }
H1.HeaderClassName
{
color: #FAB959;
}
.AnyTagClassName
{
color: #FAB959;
}
</style>
background-color css
<style>
a { background-color: #FAB959; }
a { background-color: rgb(250,185,89); }
div.DivClassName
{
background-color: #FAB959;
}
.BgClassName
{
background-color: #FAB959;
}
</style>
border-color css
<style>
span { border-color: #FAB959; }
span { border-color: rgb(250,185,89); }
td.TdClassName
{
border-color: #FAB959;
}
.TagClassName
{
border-color: #FAB959;
}
</style>