Shades of Koromiko #F8BA58
Tints of Koromiko #F8BA58
RGB
CMYK
RGB Variations
Color information
#F8BA58 (or 0xF8BA58) is known color: Koromiko. HEX triplet: F8, BA and 58. RGB value is (248,186,88). Sum of RGB (Red+Green+Blue) = 248+186+88=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA58 is #0745A7. Grayscale: #C1C1C1. Windows color (decimal): -476584 or 5815032. OLE color: 5815032.
HSL color Cylindrical-coordinate representation of color #F8BA58: hue angle of 36.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8BA58 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.03 |
| HSL | 36.75º | 0.92% | 0.66% | - |
| HSV(B) | 36.75º | 0.65% | 0.97% | - |
| XYZ | 58.03 | 55.78 | 16.94 | - |
| YUV | 193.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 88 | 0 | 0.25 | 0.65 | 0.03 | 36.75 | 0.92 | 0.66 |
| Hex | F8 | BA | 58 | 0 | 19 | 41 | 3 | 25 | 5C | 42 |
| Octal | 370 | 272 | 130 | 0 | 31 | 101 | 3 | 45 | 134 | 102 |
| Binary | 11111000 | 10111010 | 1011000 | 0 | 11001 | 1000001 | 11 | 100101 | 1011100 | 1000010 |
Color Harmonies of #F8BA58
Complementary color
Monochromatic Colors of #F8BA58
Black with #F8BA58
Text Example
Text Example
White with #F8BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA58; }
p { color: rgb(248,186,88); }
H1.HeaderClassName
{
color: #F8BA58;
}
.AnyTagClassName
{
color: #F8BA58;
}
</style>
background-color css
<style>
a { background-color: #F8BA58; }
a { background-color: rgb(248,186,88); }
div.DivClassName
{
background-color: #F8BA58;
}
.BgClassName
{
background-color: #F8BA58;
}
</style>
border-color css
<style>
span { border-color: #F8BA58; }
span { border-color: rgb(248,186,88); }
td.TdClassName
{
border-color: #F8BA58;
}
.TagClassName
{
border-color: #F8BA58;
}
</style>