Shades of Koromiko #F9BA57
Tints of Koromiko #F9BA57
RGB
CMYK
RGB Variations
Color information
#F9BA57 (or 0xF9BA57) is known color: Koromiko. HEX triplet: F9, BA and 57. RGB value is (249,186,87). Sum of RGB (Red+Green+Blue) = 249+186+87=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA57 is #0645A8. Grayscale: #C2C2C2. Windows color (decimal): -411049 or 5749497. OLE color: 5749497.
HSL color Cylindrical-coordinate representation of color #F9BA57: hue angle of 36.67º 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 #F9BA57 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 87 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.02 |
| HSL | 36.67º | 0.93% | 0.66% | - |
| HSV(B) | 36.67º | 0.65% | 0.98% | - |
| XYZ | 58.35 | 55.95 | 16.74 | - |
| YUV | 193.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 87 | 0 | 0.25 | 0.65 | 0.02 | 36.67 | 0.93 | 0.66 |
| Hex | F9 | BA | 57 | 0 | 19 | 41 | 2 | 25 | 5D | 42 |
| Octal | 371 | 272 | 127 | 0 | 31 | 101 | 2 | 45 | 135 | 102 |
| Binary | 11111001 | 10111010 | 1010111 | 0 | 11001 | 1000001 | 10 | 100101 | 1011101 | 1000010 |
Color Harmonies of #F9BA57
Complementary color
Monochromatic Colors of #F9BA57
Black with #F9BA57
Text Example
Text Example
White with #F9BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA57; }
p { color: rgb(249,186,87); }
H1.HeaderClassName
{
color: #F9BA57;
}
.AnyTagClassName
{
color: #F9BA57;
}
</style>
background-color css
<style>
a { background-color: #F9BA57; }
a { background-color: rgb(249,186,87); }
div.DivClassName
{
background-color: #F9BA57;
}
.BgClassName
{
background-color: #F9BA57;
}
</style>
border-color css
<style>
span { border-color: #F9BA57; }
span { border-color: rgb(249,186,87); }
td.TdClassName
{
border-color: #F9BA57;
}
.TagClassName
{
border-color: #F9BA57;
}
</style>