Shades of Koromiko #F7BA50
Tints of Koromiko #F7BA50
RGB
CMYK
RGB Variations
Color information
#F7BA50 (or 0xF7BA50) is known color: Koromiko. HEX triplet: F7, BA and 50. RGB value is (247,186,80). Sum of RGB (Red+Green+Blue) = 247+186+80=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA50 is #0845AF. Grayscale: #C0C0C0. Windows color (decimal): -542128 or 5290743. OLE color: 5290743.
HSL color Cylindrical-coordinate representation of color #F7BA50: hue angle of 38.08º 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 #F7BA50 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 80 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.03 |
| HSL | 38.08º | 0.91% | 0.64% | - |
| HSV(B) | 38.08º | 0.68% | 0.97% | - |
| XYZ | 57.36 | 55.47 | 15.27 | - |
| YUV | 192.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 80 | 0 | 0.25 | 0.68 | 0.03 | 38.08 | 0.91 | 0.64 |
| Hex | F7 | BA | 50 | 0 | 19 | 44 | 3 | 26 | 5B | 40 |
| Octal | 367 | 272 | 120 | 0 | 31 | 104 | 3 | 46 | 133 | 100 |
| Binary | 11110111 | 10111010 | 1010000 | 0 | 11001 | 1000100 | 11 | 100110 | 1011011 | 1000000 |
Color Harmonies of #F7BA50
Complementary color
Monochromatic Colors of #F7BA50
Black with #F7BA50
Text Example
Text Example
White with #F7BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA50; }
p { color: rgb(247,186,80); }
H1.HeaderClassName
{
color: #F7BA50;
}
.AnyTagClassName
{
color: #F7BA50;
}
</style>
background-color css
<style>
a { background-color: #F7BA50; }
a { background-color: rgb(247,186,80); }
div.DivClassName
{
background-color: #F7BA50;
}
.BgClassName
{
background-color: #F7BA50;
}
</style>
border-color css
<style>
span { border-color: #F7BA50; }
span { border-color: rgb(247,186,80); }
td.TdClassName
{
border-color: #F7BA50;
}
.TagClassName
{
border-color: #F7BA50;
}
</style>