Shades of Koromiko #FABB57
Tints of Koromiko #FABB57
RGB
CMYK
RGB Variations
Color information
#FABB57 (or 0xFABB57) is known color: Koromiko. HEX triplet: FA, BB and 57. RGB value is (250,187,87). Sum of RGB (Red+Green+Blue) = 250+187+87=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 87 (34.38% from 255 or 16.60% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB57 is #0544A8. Grayscale: #C2C2C2. Windows color (decimal): -345257 or 5749754. OLE color: 5749754.
HSL color Cylindrical-coordinate representation of color #FABB57: hue angle of 36.81º 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 #FABB57 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 87 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.02 |
| HSL | 36.81º | 0.94% | 0.66% | - |
| HSV(B) | 36.81º | 0.65% | 0.98% | - |
| XYZ | 58.91 | 56.55 | 16.83 | - |
| YUV | 194.44 | 67.37 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 87 | 0 | 0.25 | 0.65 | 0.02 | 36.81 | 0.94 | 0.66 |
| Hex | FA | BB | 57 | 0 | 19 | 41 | 2 | 25 | 5E | 42 |
| Octal | 372 | 273 | 127 | 0 | 31 | 101 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111011 | 1010111 | 0 | 11001 | 1000001 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABB57
Complementary color
Monochromatic Colors of #FABB57
Black with #FABB57
Text Example
Text Example
White with #FABB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB57; }
p { color: rgb(250,187,87); }
H1.HeaderClassName
{
color: #FABB57;
}
.AnyTagClassName
{
color: #FABB57;
}
</style>
background-color css
<style>
a { background-color: #FABB57; }
a { background-color: rgb(250,187,87); }
div.DivClassName
{
background-color: #FABB57;
}
.BgClassName
{
background-color: #FABB57;
}
</style>
border-color css
<style>
span { border-color: #FABB57; }
span { border-color: rgb(250,187,87); }
td.TdClassName
{
border-color: #FABB57;
}
.TagClassName
{
border-color: #FABB57;
}
</style>