Shades of Koromiko #F9BA58
Tints of Koromiko #F9BA58
RGB
CMYK
RGB Variations
Color information
#F9BA58 (or 0xF9BA58) is known color: Koromiko. HEX triplet: F9, BA and 58. RGB value is (249,186,88). Sum of RGB (Red+Green+Blue) = 249+186+88=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA58 is #0645A7. Grayscale: #C2C2C2. Windows color (decimal): -411048 or 5815033. OLE color: 5815033.
HSL color Cylindrical-coordinate representation of color #F9BA58: hue angle of 36.52º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9BA58 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.02 |
| HSL | 36.52º | 0.93% | 0.66% | - |
| HSV(B) | 36.52º | 0.65% | 0.98% | - |
| XYZ | 58.39 | 55.96 | 16.96 | - |
| YUV | 193.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 88 | 0 | 0.25 | 0.65 | 0.02 | 36.52 | 0.93 | 0.66 |
| Hex | F9 | BA | 58 | 0 | 19 | 41 | 2 | 25 | 5D | 42 |
| Octal | 371 | 272 | 130 | 0 | 31 | 101 | 2 | 45 | 135 | 102 |
| Binary | 11111001 | 10111010 | 1011000 | 0 | 11001 | 1000001 | 10 | 100101 | 1011101 | 1000010 |
Color Harmonies of #F9BA58
Complementary color
Monochromatic Colors of #F9BA58
Black with #F9BA58
Text Example
Text Example
White with #F9BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA58; }
p { color: rgb(249,186,88); }
H1.HeaderClassName
{
color: #F9BA58;
}
.AnyTagClassName
{
color: #F9BA58;
}
</style>
background-color css
<style>
a { background-color: #F9BA58; }
a { background-color: rgb(249,186,88); }
div.DivClassName
{
background-color: #F9BA58;
}
.BgClassName
{
background-color: #F9BA58;
}
</style>
border-color css
<style>
span { border-color: #F9BA58; }
span { border-color: rgb(249,186,88); }
td.TdClassName
{
border-color: #F9BA58;
}
.TagClassName
{
border-color: #F9BA58;
}
</style>