Shades of Koromiko #FFBA51
Tints of Koromiko #FFBA51
RGB
CMYK
RGB Variations
Color information
#FFBA51 (or 0xFFBA51) is known color: Koromiko. HEX triplet: FF, BA and 51. RGB value is (255,186,81). Sum of RGB (Red+Green+Blue) = 255+186+81=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA51 is #0045AE. Grayscale: #C3C3C3. Windows color (decimal): -17839 or 5356287. OLE color: 5356287.
HSL color Cylindrical-coordinate representation of color #FFBA51: hue angle of 36.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBA51 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0 |
| HSL | 36.21º | 1% | 0.66% | - |
| HSV(B) | 36.21º | 0.68% | 1% | - |
| XYZ | 60.28 | 56.97 | 15.6 | - |
| YUV | 194.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 81 | 0 | 0.27 | 0.68 | 0 | 36.21 | 1 | 0.66 |
| Hex | FF | BA | 51 | 0 | 1B | 44 | 0 | 24 | 64 | 42 |
| Octal | 377 | 272 | 121 | 0 | 33 | 104 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111010 | 1010001 | 0 | 11011 | 1000100 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBA51
Complementary color
Monochromatic Colors of #FFBA51
Black with #FFBA51
Text Example
Text Example
White with #FFBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA51; }
p { color: rgb(255,186,81); }
H1.HeaderClassName
{
color: #FFBA51;
}
.AnyTagClassName
{
color: #FFBA51;
}
</style>
background-color css
<style>
a { background-color: #FFBA51; }
a { background-color: rgb(255,186,81); }
div.DivClassName
{
background-color: #FFBA51;
}
.BgClassName
{
background-color: #FFBA51;
}
</style>
border-color css
<style>
span { border-color: #FFBA51; }
span { border-color: rgb(255,186,81); }
td.TdClassName
{
border-color: #FFBA51;
}
.TagClassName
{
border-color: #FFBA51;
}
</style>