Shades of Koromiko #FAB756
Tints of Koromiko #FAB756
RGB
CMYK
RGB Variations
Color information
#FAB756 (or 0xFAB756) is known color: Koromiko. HEX triplet: FA, B7 and 56. RGB value is (250,183,86). Sum of RGB (Red+Green+Blue) = 250+183+86=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB756 is #0548A9. Grayscale: #C0C0C0. Windows color (decimal): -346282 or 5683194. OLE color: 5683194.
HSL color Cylindrical-coordinate representation of color #FAB756: hue angle of 35.49º 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 #FAB756 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.02 |
| HSL | 35.49º | 0.94% | 0.66% | - |
| HSV(B) | 35.49º | 0.66% | 0.98% | - |
| XYZ | 58.04 | 54.86 | 16.33 | - |
| YUV | 191.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 86 | 0 | 0.27 | 0.66 | 0.02 | 35.49 | 0.94 | 0.66 |
| Hex | FA | B7 | 56 | 0 | 1B | 42 | 2 | 23 | 5E | 42 |
| Octal | 372 | 267 | 126 | 0 | 33 | 102 | 2 | 43 | 136 | 102 |
| Binary | 11111010 | 10110111 | 1010110 | 0 | 11011 | 1000010 | 10 | 100011 | 1011110 | 1000010 |
Color Harmonies of #FAB756
Complementary color
Monochromatic Colors of #FAB756
Black with #FAB756
Text Example
Text Example
White with #FAB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB756; }
p { color: rgb(250,183,86); }
H1.HeaderClassName
{
color: #FAB756;
}
.AnyTagClassName
{
color: #FAB756;
}
</style>
background-color css
<style>
a { background-color: #FAB756; }
a { background-color: rgb(250,183,86); }
div.DivClassName
{
background-color: #FAB756;
}
.BgClassName
{
background-color: #FAB756;
}
</style>
border-color css
<style>
span { border-color: #FAB756; }
span { border-color: rgb(250,183,86); }
td.TdClassName
{
border-color: #FAB756;
}
.TagClassName
{
border-color: #FAB756;
}
</style>