Shades of Koromiko #FFBA47
Tints of Koromiko #FFBA47
RGB
CMYK
RGB Variations
Color information
#FFBA47 (or 0xFFBA47) is known color: Koromiko. HEX triplet: FF, BA and 47. RGB value is (255,186,71). Sum of RGB (Red+Green+Blue) = 255+186+71=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA47 is #0045B8. Grayscale: #C2C2C2. Windows color (decimal): -17849 or 4700927. OLE color: 4700927.
HSL color Cylindrical-coordinate representation of color #FFBA47: hue angle of 37.5º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBA47 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 71 | - |
| CMYK | 0 | 0.27 | 0.72 | 0 |
| HSL | 37.5º | 1% | 0.64% | - |
| HSV(B) | 37.5º | 0.72% | 1% | - |
| XYZ | 59.94 | 56.83 | 13.77 | - |
| YUV | 193.52 | 58.86 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 71 | 0 | 0.27 | 0.72 | 0 | 37.5 | 1 | 0.64 |
| Hex | FF | BA | 47 | 0 | 1B | 48 | 0 | 26 | 64 | 40 |
| Octal | 377 | 272 | 107 | 0 | 33 | 110 | 0 | 46 | 144 | 100 |
| Binary | 11111111 | 10111010 | 1000111 | 0 | 11011 | 1001000 | 0 | 100110 | 1100100 | 1000000 |
Color Harmonies of #FFBA47
Complementary color
Monochromatic Colors of #FFBA47
Black with #FFBA47
Text Example
Text Example
White with #FFBA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA47; }
p { color: rgb(255,186,71); }
H1.HeaderClassName
{
color: #FFBA47;
}
.AnyTagClassName
{
color: #FFBA47;
}
</style>
background-color css
<style>
a { background-color: #FFBA47; }
a { background-color: rgb(255,186,71); }
div.DivClassName
{
background-color: #FFBA47;
}
.BgClassName
{
background-color: #FFBA47;
}
</style>
border-color css
<style>
span { border-color: #FFBA47; }
span { border-color: rgb(255,186,71); }
td.TdClassName
{
border-color: #FFBA47;
}
.TagClassName
{
border-color: #FFBA47;
}
</style>