Shades of Koromiko #FFBA59
Tints of Koromiko #FFBA59
RGB
CMYK
RGB Variations
Color information
#FFBA59 (or 0xFFBA59) is known color: Koromiko. HEX triplet: FF, BA and 59. RGB value is (255,186,89). Sum of RGB (Red+Green+Blue) = 255+186+89=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA59 is #0045A6. Grayscale: #C4C4C4. Windows color (decimal): -17831 or 5880575. OLE color: 5880575.
HSL color Cylindrical-coordinate representation of color #FFBA59: hue angle of 35.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBA59 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0 |
| HSL | 35.06º | 1% | 0.67% | - |
| HSV(B) | 35.06º | 0.65% | 1% | - |
| XYZ | 60.6 | 57.1 | 17.28 | - |
| YUV | 195.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 89 | 0 | 0.27 | 0.65 | 0 | 35.06 | 1 | 0.67 |
| Hex | FF | BA | 59 | 0 | 1B | 41 | 0 | 23 | 64 | 43 |
| Octal | 377 | 272 | 131 | 0 | 33 | 101 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111010 | 1011001 | 0 | 11011 | 1000001 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFBA59
Complementary color
Monochromatic Colors of #FFBA59
Black with #FFBA59
Text Example
Text Example
White with #FFBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA59; }
p { color: rgb(255,186,89); }
H1.HeaderClassName
{
color: #FFBA59;
}
.AnyTagClassName
{
color: #FFBA59;
}
</style>
background-color css
<style>
a { background-color: #FFBA59; }
a { background-color: rgb(255,186,89); }
div.DivClassName
{
background-color: #FFBA59;
}
.BgClassName
{
background-color: #FFBA59;
}
</style>
border-color css
<style>
span { border-color: #FFBA59; }
span { border-color: rgb(255,186,89); }
td.TdClassName
{
border-color: #FFBA59;
}
.TagClassName
{
border-color: #FFBA59;
}
</style>