Shades of Koromiko #FAB856
Tints of Koromiko #FAB856
RGB
CMYK
RGB Variations
Color information
#FAB856 (or 0xFAB856) is known color: Koromiko. HEX triplet: FA, B8 and 56. RGB value is (250,184,86). Sum of RGB (Red+Green+Blue) = 250+184+86=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB856 is #0547A9. Grayscale: #C1C1C1. Windows color (decimal): -346026 or 5683450. OLE color: 5683450.
HSL color Cylindrical-coordinate representation of color #FAB856: hue angle of 35.85º 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 #FAB856 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 86 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.02 |
| HSL | 35.85º | 0.94% | 0.66% | - |
| HSV(B) | 35.85º | 0.66% | 0.98% | - |
| XYZ | 58.24 | 55.28 | 16.4 | - |
| YUV | 192.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 86 | 0 | 0.26 | 0.66 | 0.02 | 35.85 | 0.94 | 0.66 |
| Hex | FA | B8 | 56 | 0 | 1A | 42 | 2 | 24 | 5E | 42 |
| Octal | 372 | 270 | 126 | 0 | 32 | 102 | 2 | 44 | 136 | 102 |
| Binary | 11111010 | 10111000 | 1010110 | 0 | 11010 | 1000010 | 10 | 100100 | 1011110 | 1000010 |
Color Harmonies of #FAB856
Complementary color
Monochromatic Colors of #FAB856
Black with #FAB856
Text Example
Text Example
White with #FAB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB856; }
p { color: rgb(250,184,86); }
H1.HeaderClassName
{
color: #FAB856;
}
.AnyTagClassName
{
color: #FAB856;
}
</style>
background-color css
<style>
a { background-color: #FAB856; }
a { background-color: rgb(250,184,86); }
div.DivClassName
{
background-color: #FAB856;
}
.BgClassName
{
background-color: #FAB856;
}
</style>
border-color css
<style>
span { border-color: #FAB856; }
span { border-color: rgb(250,184,86); }
td.TdClassName
{
border-color: #FAB856;
}
.TagClassName
{
border-color: #FAB856;
}
</style>