Shades of Koromiko #F7BA4E
Tints of Koromiko #F7BA4E
RGB
CMYK
RGB Variations
Color information
#F7BA4E (or 0xF7BA4E) is known color: Koromiko. HEX triplet: F7, BA and 4E. RGB value is (247,186,78). Sum of RGB (Red+Green+Blue) = 247+186+78=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA4E is #0845B1. Grayscale: #C0C0C0. Windows color (decimal): -542130 or 5159671. OLE color: 5159671.
HSL color Cylindrical-coordinate representation of color #F7BA4E: hue angle of 38.34º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7BA4E is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 78 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.03 |
| HSL | 38.34º | 0.91% | 0.64% | - |
| HSV(B) | 38.34º | 0.68% | 0.97% | - |
| XYZ | 57.29 | 55.44 | 14.89 | - |
| YUV | 191.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 78 | 0 | 0.25 | 0.68 | 0.03 | 38.34 | 0.91 | 0.64 |
| Hex | F7 | BA | 4E | 0 | 19 | 44 | 3 | 26 | 5B | 40 |
| Octal | 367 | 272 | 116 | 0 | 31 | 104 | 3 | 46 | 133 | 100 |
| Binary | 11110111 | 10111010 | 1001110 | 0 | 11001 | 1000100 | 11 | 100110 | 1011011 | 1000000 |
Color Harmonies of #F7BA4E
Complementary color
Monochromatic Colors of #F7BA4E
Black with #F7BA4E
Text Example
Text Example
White with #F7BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA4E; }
p { color: rgb(247,186,78); }
H1.HeaderClassName
{
color: #F7BA4E;
}
.AnyTagClassName
{
color: #F7BA4E;
}
</style>
background-color css
<style>
a { background-color: #F7BA4E; }
a { background-color: rgb(247,186,78); }
div.DivClassName
{
background-color: #F7BA4E;
}
.BgClassName
{
background-color: #F7BA4E;
}
</style>
border-color css
<style>
span { border-color: #F7BA4E; }
span { border-color: rgb(247,186,78); }
td.TdClassName
{
border-color: #F7BA4E;
}
.TagClassName
{
border-color: #F7BA4E;
}
</style>