Shades of Koromiko #FAB757
Tints of Koromiko #FAB757
RGB
CMYK
RGB Variations
Color information
#FAB757 (or 0xFAB757) is known color: Koromiko. HEX triplet: FA, B7 and 57. RGB value is (250,183,87). Sum of RGB (Red+Green+Blue) = 250+183+87=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB757 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB757 is #0548A8. Grayscale: #C0C0C0. Windows color (decimal): -346281 or 5748730. OLE color: 5748730.
HSL color Cylindrical-coordinate representation of color #FAB757: hue angle of 35.34º 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 #FAB757 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 87 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.02 |
| HSL | 35.34º | 0.94% | 0.66% | - |
| HSV(B) | 35.34º | 0.65% | 0.98% | - |
| XYZ | 58.08 | 54.88 | 16.55 | - |
| YUV | 192.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 87 | 0 | 0.27 | 0.65 | 0.02 | 35.34 | 0.94 | 0.66 |
| Hex | FA | B7 | 57 | 0 | 1B | 41 | 2 | 23 | 5E | 42 |
| Octal | 372 | 267 | 127 | 0 | 33 | 101 | 2 | 43 | 136 | 102 |
| Binary | 11111010 | 10110111 | 1010111 | 0 | 11011 | 1000001 | 10 | 100011 | 1011110 | 1000010 |
Color Harmonies of #FAB757
Complementary color
Monochromatic Colors of #FAB757
Black with #FAB757
Text Example
Text Example
White with #FAB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB757; }
p { color: rgb(250,183,87); }
H1.HeaderClassName
{
color: #FAB757;
}
.AnyTagClassName
{
color: #FAB757;
}
</style>
background-color css
<style>
a { background-color: #FAB757; }
a { background-color: rgb(250,183,87); }
div.DivClassName
{
background-color: #FAB757;
}
.BgClassName
{
background-color: #FAB757;
}
</style>
border-color css
<style>
span { border-color: #FAB757; }
span { border-color: rgb(250,183,87); }
td.TdClassName
{
border-color: #FAB757;
}
.TagClassName
{
border-color: #FAB757;
}
</style>