Shades of Koromiko #FFBA55
Tints of Koromiko #FFBA55
RGB
CMYK
RGB Variations
Color information
#FFBA55 (or 0xFFBA55) is known color: Koromiko. HEX triplet: FF, BA and 55. RGB value is (255,186,85). Sum of RGB (Red+Green+Blue) = 255+186+85=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA55 is #0045AA. Grayscale: #C3C3C3. Windows color (decimal): -17835 or 5618431. OLE color: 5618431.
HSL color Cylindrical-coordinate representation of color #FFBA55: hue angle of 35.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBA55 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 85 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 35.65º | 1% | 0.67% | - |
| HSV(B) | 35.65º | 0.67% | 1% | - |
| XYZ | 60.44 | 57.03 | 16.42 | - |
| YUV | 195.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 85 | 0 | 0.27 | 0.67 | 0 | 35.65 | 1 | 0.67 |
| Hex | FF | BA | 55 | 0 | 1B | 43 | 0 | 24 | 64 | 43 |
| Octal | 377 | 272 | 125 | 0 | 33 | 103 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111010 | 1010101 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBA55
Complementary color
Monochromatic Colors of #FFBA55
Black with #FFBA55
Text Example
Text Example
White with #FFBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA55; }
p { color: rgb(255,186,85); }
H1.HeaderClassName
{
color: #FFBA55;
}
.AnyTagClassName
{
color: #FFBA55;
}
</style>
background-color css
<style>
a { background-color: #FFBA55; }
a { background-color: rgb(255,186,85); }
div.DivClassName
{
background-color: #FFBA55;
}
.BgClassName
{
background-color: #FFBA55;
}
</style>
border-color css
<style>
span { border-color: #FFBA55; }
span { border-color: rgb(255,186,85); }
td.TdClassName
{
border-color: #FFBA55;
}
.TagClassName
{
border-color: #FFBA55;
}
</style>