Shades of Koromiko #FAB759
Tints of Koromiko #FAB759
RGB
CMYK
RGB Variations
Color information
#FAB759 (or 0xFAB759) is known color: Koromiko. HEX triplet: FA, B7 and 59. RGB value is (250,183,89). Sum of RGB (Red+Green+Blue) = 250+183+89=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB759 is #0548A6. Grayscale: #C0C0C0. Windows color (decimal): -346279 or 5879802. OLE color: 5879802.
HSL color Cylindrical-coordinate representation of color #FAB759: hue angle of 35.03º 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 #FAB759 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 89 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.02 |
| HSL | 35.03º | 0.94% | 0.66% | - |
| HSV(B) | 35.03º | 0.64% | 0.98% | - |
| XYZ | 58.16 | 54.91 | 16.98 | - |
| YUV | 192.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 89 | 0 | 0.27 | 0.64 | 0.02 | 35.03 | 0.94 | 0.66 |
| Hex | FA | B7 | 59 | 0 | 1B | 40 | 2 | 23 | 5E | 42 |
| Octal | 372 | 267 | 131 | 0 | 33 | 100 | 2 | 43 | 136 | 102 |
| Binary | 11111010 | 10110111 | 1011001 | 0 | 11011 | 1000000 | 10 | 100011 | 1011110 | 1000010 |
Color Harmonies of #FAB759
Complementary color
Monochromatic Colors of #FAB759
Black with #FAB759
Text Example
Text Example
White with #FAB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB759; }
p { color: rgb(250,183,89); }
H1.HeaderClassName
{
color: #FAB759;
}
.AnyTagClassName
{
color: #FAB759;
}
</style>
background-color css
<style>
a { background-color: #FAB759; }
a { background-color: rgb(250,183,89); }
div.DivClassName
{
background-color: #FAB759;
}
.BgClassName
{
background-color: #FAB759;
}
</style>
border-color css
<style>
span { border-color: #FAB759; }
span { border-color: rgb(250,183,89); }
td.TdClassName
{
border-color: #FAB759;
}
.TagClassName
{
border-color: #FAB759;
}
</style>