Shades of Koromiko #FFBA5C
Tints of Koromiko #FFBA5C
RGB
CMYK
RGB Variations
Color information
#FFBA5C (or 0xFFBA5C) is known color: Koromiko. HEX triplet: FF, BA and 5C. RGB value is (255,186,92). Sum of RGB (Red+Green+Blue) = 255+186+92=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA5C is #0045A3. Grayscale: #C4C4C4. Windows color (decimal): -17828 or 6077183. OLE color: 6077183.
HSL color Cylindrical-coordinate representation of color #FFBA5C: hue angle of 34.6º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBA5C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 92 | - |
| CMYK | 0 | 0.27 | 0.64 | 0 |
| HSL | 34.6º | 1% | 0.68% | - |
| HSV(B) | 34.6º | 0.64% | 1% | - |
| XYZ | 60.73 | 57.15 | 17.96 | - |
| YUV | 195.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 92 | 0 | 0.27 | 0.64 | 0 | 34.6 | 1 | 0.68 |
| Hex | FF | BA | 5C | 0 | 1B | 40 | 0 | 23 | 64 | 44 |
| Octal | 377 | 272 | 134 | 0 | 33 | 100 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111010 | 1011100 | 0 | 11011 | 1000000 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBA5C
Complementary color
Monochromatic Colors of #FFBA5C
Black with #FFBA5C
Text Example
Text Example
White with #FFBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA5C; }
p { color: rgb(255,186,92); }
H1.HeaderClassName
{
color: #FFBA5C;
}
.AnyTagClassName
{
color: #FFBA5C;
}
</style>
background-color css
<style>
a { background-color: #FFBA5C; }
a { background-color: rgb(255,186,92); }
div.DivClassName
{
background-color: #FFBA5C;
}
.BgClassName
{
background-color: #FFBA5C;
}
</style>
border-color css
<style>
span { border-color: #FFBA5C; }
span { border-color: rgb(255,186,92); }
td.TdClassName
{
border-color: #FFBA5C;
}
.TagClassName
{
border-color: #FFBA5C;
}
</style>