Shades of Koromiko #FFBA5D
Tints of Koromiko #FFBA5D
RGB
CMYK
RGB Variations
Color information
#FFBA5D (or 0xFFBA5D) is known color: Koromiko. HEX triplet: FF, BA and 5D. RGB value is (255,186,93). Sum of RGB (Red+Green+Blue) = 255+186+93=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA5D is #0045A2. Grayscale: #C4C4C4. Windows color (decimal): -17827 or 6142719. OLE color: 6142719.
HSL color Cylindrical-coordinate representation of color #FFBA5D: hue angle of 34.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBA5D is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 93 | - |
| CMYK | 0 | 0.27 | 0.64 | 0 |
| HSL | 34.44º | 1% | 0.68% | - |
| HSV(B) | 34.44º | 0.64% | 1% | - |
| XYZ | 60.77 | 57.17 | 18.19 | - |
| YUV | 196.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 93 | 0 | 0.27 | 0.64 | 0 | 34.44 | 1 | 0.68 |
| Hex | FF | BA | 5D | 0 | 1B | 40 | 0 | 22 | 64 | 44 |
| Octal | 377 | 272 | 135 | 0 | 33 | 100 | 0 | 42 | 144 | 104 |
| Binary | 11111111 | 10111010 | 1011101 | 0 | 11011 | 1000000 | 0 | 100010 | 1100100 | 1000100 |
Color Harmonies of #FFBA5D
Complementary color
Monochromatic Colors of #FFBA5D
Black with #FFBA5D
Text Example
Text Example
White with #FFBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA5D; }
p { color: rgb(255,186,93); }
H1.HeaderClassName
{
color: #FFBA5D;
}
.AnyTagClassName
{
color: #FFBA5D;
}
</style>
background-color css
<style>
a { background-color: #FFBA5D; }
a { background-color: rgb(255,186,93); }
div.DivClassName
{
background-color: #FFBA5D;
}
.BgClassName
{
background-color: #FFBA5D;
}
</style>
border-color css
<style>
span { border-color: #FFBA5D; }
span { border-color: rgb(255,186,93); }
td.TdClassName
{
border-color: #FFBA5D;
}
.TagClassName
{
border-color: #FFBA5D;
}
</style>