Shades of Koromiko #FFBA49
Tints of Koromiko #FFBA49
RGB
CMYK
RGB Variations
Color information
#FFBA49 (or 0xFFBA49) is known color: Koromiko. HEX triplet: FF, BA and 49. RGB value is (255,186,73). Sum of RGB (Red+Green+Blue) = 255+186+73=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA49 is #0045B6. Grayscale: #C2C2C2. Windows color (decimal): -17847 or 4831999. OLE color: 4831999.
HSL color Cylindrical-coordinate representation of color #FFBA49: hue angle of 37.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBA49 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0 |
| HSL | 37.25º | 1% | 0.64% | - |
| HSV(B) | 37.25º | 0.71% | 1% | - |
| XYZ | 60 | 56.86 | 14.12 | - |
| YUV | 193.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 73 | 0 | 0.27 | 0.71 | 0 | 37.25 | 1 | 0.64 |
| Hex | FF | BA | 49 | 0 | 1B | 47 | 0 | 25 | 64 | 40 |
| Octal | 377 | 272 | 111 | 0 | 33 | 107 | 0 | 45 | 144 | 100 |
| Binary | 11111111 | 10111010 | 1001001 | 0 | 11011 | 1000111 | 0 | 100101 | 1100100 | 1000000 |
Color Harmonies of #FFBA49
Complementary color
Monochromatic Colors of #FFBA49
Black with #FFBA49
Text Example
Text Example
White with #FFBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA49; }
p { color: rgb(255,186,73); }
H1.HeaderClassName
{
color: #FFBA49;
}
.AnyTagClassName
{
color: #FFBA49;
}
</style>
background-color css
<style>
a { background-color: #FFBA49; }
a { background-color: rgb(255,186,73); }
div.DivClassName
{
background-color: #FFBA49;
}
.BgClassName
{
background-color: #FFBA49;
}
</style>
border-color css
<style>
span { border-color: #FFBA49; }
span { border-color: rgb(255,186,73); }
td.TdClassName
{
border-color: #FFBA49;
}
.TagClassName
{
border-color: #FFBA49;
}
</style>