Shades of Koromiko #FFBA5A
Tints of Koromiko #FFBA5A
RGB
CMYK
RGB Variations
Color information
#FFBA5A (or 0xFFBA5A) is known color: Koromiko. HEX triplet: FF, BA and 5A. RGB value is (255,186,90). Sum of RGB (Red+Green+Blue) = 255+186+90=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA5A is #0045A5. Grayscale: #C4C4C4. Windows color (decimal): -17830 or 5946111. OLE color: 5946111.
HSL color Cylindrical-coordinate representation of color #FFBA5A: hue angle of 34.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFBA5A is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 90 | - |
| CMYK | 0 | 0.27 | 0.65 | 0 |
| HSL | 34.91º | 1% | 0.68% | - |
| HSV(B) | 34.91º | 0.65% | 1% | - |
| XYZ | 60.64 | 57.12 | 17.5 | - |
| YUV | 195.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 90 | 0 | 0.27 | 0.65 | 0 | 34.91 | 1 | 0.68 |
| Hex | FF | BA | 5A | 0 | 1B | 41 | 0 | 23 | 64 | 44 |
| Octal | 377 | 272 | 132 | 0 | 33 | 101 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111010 | 1011010 | 0 | 11011 | 1000001 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBA5A
Complementary color
Monochromatic Colors of #FFBA5A
Black with #FFBA5A
Text Example
Text Example
White with #FFBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA5A; }
p { color: rgb(255,186,90); }
H1.HeaderClassName
{
color: #FFBA5A;
}
.AnyTagClassName
{
color: #FFBA5A;
}
</style>
background-color css
<style>
a { background-color: #FFBA5A; }
a { background-color: rgb(255,186,90); }
div.DivClassName
{
background-color: #FFBA5A;
}
.BgClassName
{
background-color: #FFBA5A;
}
</style>
border-color css
<style>
span { border-color: #FFBA5A; }
span { border-color: rgb(255,186,90); }
td.TdClassName
{
border-color: #FFBA5A;
}
.TagClassName
{
border-color: #FFBA5A;
}
</style>