Shades of Koromiko #FFBA53
Tints of Koromiko #FFBA53
RGB
CMYK
RGB Variations
Color information
#FFBA53 (or 0xFFBA53) is known color: Koromiko. HEX triplet: FF, BA and 53. RGB value is (255,186,83). Sum of RGB (Red+Green+Blue) = 255+186+83=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA53 is #0045AC. Grayscale: #C3C3C3. Windows color (decimal): -17837 or 5487359. OLE color: 5487359.
HSL color Cylindrical-coordinate representation of color #FFBA53: hue angle of 35.93º 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 #FFBA53 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.93º | 1% | 0.66% | - |
| HSV(B) | 35.93º | 0.67% | 1% | - |
| XYZ | 60.36 | 57 | 16 | - |
| YUV | 194.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 83 | 0 | 0.27 | 0.67 | 0 | 35.93 | 1 | 0.66 |
| Hex | FF | BA | 53 | 0 | 1B | 43 | 0 | 24 | 64 | 42 |
| Octal | 377 | 272 | 123 | 0 | 33 | 103 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111010 | 1010011 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBA53
Complementary color
Monochromatic Colors of #FFBA53
Black with #FFBA53
Text Example
Text Example
White with #FFBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA53; }
p { color: rgb(255,186,83); }
H1.HeaderClassName
{
color: #FFBA53;
}
.AnyTagClassName
{
color: #FFBA53;
}
</style>
background-color css
<style>
a { background-color: #FFBA53; }
a { background-color: rgb(255,186,83); }
div.DivClassName
{
background-color: #FFBA53;
}
.BgClassName
{
background-color: #FFBA53;
}
</style>
border-color css
<style>
span { border-color: #FFBA53; }
span { border-color: rgb(255,186,83); }
td.TdClassName
{
border-color: #FFBA53;
}
.TagClassName
{
border-color: #FFBA53;
}
</style>