Shades of Koromiko #FFBA54
Tints of Koromiko #FFBA54
RGB
CMYK
RGB Variations
Color information
#FFBA54 (or 0xFFBA54) is known color: Koromiko. HEX triplet: FF, BA and 54. RGB value is (255,186,84). Sum of RGB (Red+Green+Blue) = 255+186+84=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA54 is #0045AB. Grayscale: #C3C3C3. Windows color (decimal): -17836 or 5552895. OLE color: 5552895.
HSL color Cylindrical-coordinate representation of color #FFBA54: hue angle of 35.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBA54 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 84 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.79º | 1% | 0.66% | - |
| HSV(B) | 35.79º | 0.67% | 1% | - |
| XYZ | 60.4 | 57.02 | 16.21 | - |
| YUV | 195 | 65.36 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 84 | 0 | 0.27 | 0.67 | 0 | 35.79 | 1 | 0.66 |
| Hex | FF | BA | 54 | 0 | 1B | 43 | 0 | 24 | 64 | 42 |
| Octal | 377 | 272 | 124 | 0 | 33 | 103 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111010 | 1010100 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBA54
Complementary color
Monochromatic Colors of #FFBA54
Black with #FFBA54
Text Example
Text Example
White with #FFBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA54; }
p { color: rgb(255,186,84); }
H1.HeaderClassName
{
color: #FFBA54;
}
.AnyTagClassName
{
color: #FFBA54;
}
</style>
background-color css
<style>
a { background-color: #FFBA54; }
a { background-color: rgb(255,186,84); }
div.DivClassName
{
background-color: #FFBA54;
}
.BgClassName
{
background-color: #FFBA54;
}
</style>
border-color css
<style>
span { border-color: #FFBA54; }
span { border-color: rgb(255,186,84); }
td.TdClassName
{
border-color: #FFBA54;
}
.TagClassName
{
border-color: #FFBA54;
}
</style>