Shades of Koromiko #FABB56
Tints of Koromiko #FABB56
RGB
CMYK
RGB Variations
Color information
#FABB56 (or 0xFABB56) is known color: Koromiko. HEX triplet: FA, BB and 56. RGB value is (250,187,86). Sum of RGB (Red+Green+Blue) = 250+187+86=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB56 is #0544A9. Grayscale: #C2C2C2. Windows color (decimal): -345258 or 5684218. OLE color: 5684218.
HSL color Cylindrical-coordinate representation of color #FABB56: hue angle of 36.95º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FABB56 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 86 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 36.95º | 0.94% | 0.66% | - |
| HSV(B) | 36.95º | 0.66% | 0.98% | - |
| XYZ | 58.87 | 56.54 | 16.61 | - |
| YUV | 194.32 | 66.87 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 86 | 0 | 0.25 | 0.66 | 0.02 | 36.95 | 0.94 | 0.66 |
| Hex | FA | BB | 56 | 0 | 19 | 42 | 2 | 25 | 5E | 42 |
| Octal | 372 | 273 | 126 | 0 | 31 | 102 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111011 | 1010110 | 0 | 11001 | 1000010 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABB56
Complementary color
Monochromatic Colors of #FABB56
Black with #FABB56
Text Example
Text Example
White with #FABB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB56; }
p { color: rgb(250,187,86); }
H1.HeaderClassName
{
color: #FABB56;
}
.AnyTagClassName
{
color: #FABB56;
}
</style>
background-color css
<style>
a { background-color: #FABB56; }
a { background-color: rgb(250,187,86); }
div.DivClassName
{
background-color: #FABB56;
}
.BgClassName
{
background-color: #FABB56;
}
</style>
border-color css
<style>
span { border-color: #FABB56; }
span { border-color: rgb(250,187,86); }
td.TdClassName
{
border-color: #FABB56;
}
.TagClassName
{
border-color: #FABB56;
}
</style>