Shades of Koromiko #FFBA4D
Tints of Koromiko #FFBA4D
RGB
CMYK
RGB Variations
Color information
#FFBA4D (or 0xFFBA4D) is known color: Koromiko. HEX triplet: FF, BA and 4D. RGB value is (255,186,77). Sum of RGB (Red+Green+Blue) = 255+186+77=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA4D is #0045B2. Grayscale: #C2C2C2. Windows color (decimal): -17843 or 5094143. OLE color: 5094143.
HSL color Cylindrical-coordinate representation of color #FFBA4D: hue angle of 36.74º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFBA4D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 77 | - |
| CMYK | 0 | 0.27 | 0.70 | 0 |
| HSL | 36.74º | 1% | 0.65% | - |
| HSV(B) | 36.74º | 0.7% | 1% | - |
| XYZ | 60.14 | 56.91 | 14.84 | - |
| YUV | 194.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 77 | 0 | 0.27 | 0.70 | 0 | 36.74 | 1 | 0.65 |
| Hex | FF | BA | 4D | 0 | 1B | 46 | 0 | 25 | 64 | 41 |
| Octal | 377 | 272 | 115 | 0 | 33 | 106 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111010 | 1001101 | 0 | 11011 | 1000110 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBA4D
Complementary color
Monochromatic Colors of #FFBA4D
Black with #FFBA4D
Text Example
Text Example
White with #FFBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA4D; }
p { color: rgb(255,186,77); }
H1.HeaderClassName
{
color: #FFBA4D;
}
.AnyTagClassName
{
color: #FFBA4D;
}
</style>
background-color css
<style>
a { background-color: #FFBA4D; }
a { background-color: rgb(255,186,77); }
div.DivClassName
{
background-color: #FFBA4D;
}
.BgClassName
{
background-color: #FFBA4D;
}
</style>
border-color css
<style>
span { border-color: #FFBA4D; }
span { border-color: rgb(255,186,77); }
td.TdClassName
{
border-color: #FFBA4D;
}
.TagClassName
{
border-color: #FFBA4D;
}
</style>