Shades of Koromiko #FFBA50
Tints of Koromiko #FFBA50
RGB
CMYK
RGB Variations
Color information
#FFBA50 (or 0xFFBA50) is known color: Koromiko. HEX triplet: FF, BA and 50. RGB value is (255,186,80). Sum of RGB (Red+Green+Blue) = 255+186+80=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA50 is #0045AF. Grayscale: #C3C3C3. Windows color (decimal): -17840 or 5290751. OLE color: 5290751.
HSL color Cylindrical-coordinate representation of color #FFBA50: hue angle of 36.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBA50 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 80 | - |
| CMYK | 0 | 0.27 | 0.69 | 0 |
| HSL | 36.34º | 1% | 0.66% | - |
| HSV(B) | 36.34º | 0.69% | 1% | - |
| XYZ | 60.25 | 56.96 | 15.41 | - |
| YUV | 194.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 80 | 0 | 0.27 | 0.69 | 0 | 36.34 | 1 | 0.66 |
| Hex | FF | BA | 50 | 0 | 1B | 45 | 0 | 24 | 64 | 42 |
| Octal | 377 | 272 | 120 | 0 | 33 | 105 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111010 | 1010000 | 0 | 11011 | 1000101 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBA50
Complementary color
Monochromatic Colors of #FFBA50
Black with #FFBA50
Text Example
Text Example
White with #FFBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA50; }
p { color: rgb(255,186,80); }
H1.HeaderClassName
{
color: #FFBA50;
}
.AnyTagClassName
{
color: #FFBA50;
}
</style>
background-color css
<style>
a { background-color: #FFBA50; }
a { background-color: rgb(255,186,80); }
div.DivClassName
{
background-color: #FFBA50;
}
.BgClassName
{
background-color: #FFBA50;
}
</style>
border-color css
<style>
span { border-color: #FFBA50; }
span { border-color: rgb(255,186,80); }
td.TdClassName
{
border-color: #FFBA50;
}
.TagClassName
{
border-color: #FFBA50;
}
</style>