Shades of Koromiko #FFBA56
Tints of Koromiko #FFBA56
RGB
CMYK
RGB Variations
Color information
#FFBA56 (or 0xFFBA56) is known color: Koromiko. HEX triplet: FF, BA and 56. RGB value is (255,186,86). Sum of RGB (Red+Green+Blue) = 255+186+86=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA56 is #0045A9. Grayscale: #C3C3C3. Windows color (decimal): -17834 or 5683967. OLE color: 5683967.
HSL color Cylindrical-coordinate representation of color #FFBA56: hue angle of 35.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBA56 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0 |
| HSL | 35.5º | 1% | 0.67% | - |
| HSV(B) | 35.5º | 0.66% | 1% | - |
| XYZ | 60.48 | 57.05 | 16.63 | - |
| YUV | 195.23 | 66.36 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 86 | 0 | 0.27 | 0.66 | 0 | 35.5 | 1 | 0.67 |
| Hex | FF | BA | 56 | 0 | 1B | 42 | 0 | 24 | 64 | 43 |
| Octal | 377 | 272 | 126 | 0 | 33 | 102 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111010 | 1010110 | 0 | 11011 | 1000010 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBA56
Complementary color
Monochromatic Colors of #FFBA56
Black with #FFBA56
Text Example
Text Example
White with #FFBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA56; }
p { color: rgb(255,186,86); }
H1.HeaderClassName
{
color: #FFBA56;
}
.AnyTagClassName
{
color: #FFBA56;
}
</style>
background-color css
<style>
a { background-color: #FFBA56; }
a { background-color: rgb(255,186,86); }
div.DivClassName
{
background-color: #FFBA56;
}
.BgClassName
{
background-color: #FFBA56;
}
</style>
border-color css
<style>
span { border-color: #FFBA56; }
span { border-color: rgb(255,186,86); }
td.TdClassName
{
border-color: #FFBA56;
}
.TagClassName
{
border-color: #FFBA56;
}
</style>