Shades of Koromiko #FFBA52
Tints of Koromiko #FFBA52
RGB
CMYK
RGB Variations
Color information
#FFBA52 (or 0xFFBA52) is known color: Koromiko. HEX triplet: FF, BA and 52. RGB value is (255,186,82). Sum of RGB (Red+Green+Blue) = 255+186+82=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA52 is #0045AD. Grayscale: #C3C3C3. Windows color (decimal): -17838 or 5421823. OLE color: 5421823.
HSL color Cylindrical-coordinate representation of color #FFBA52: hue angle of 36.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBA52 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 82 | - |
| CMYK | 0 | 0.27 | 0.68 | 0 |
| HSL | 36.07º | 1% | 0.66% | - |
| HSV(B) | 36.07º | 0.68% | 1% | - |
| XYZ | 60.32 | 56.99 | 15.8 | - |
| YUV | 194.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 82 | 0 | 0.27 | 0.68 | 0 | 36.07 | 1 | 0.66 |
| Hex | FF | BA | 52 | 0 | 1B | 44 | 0 | 24 | 64 | 42 |
| Octal | 377 | 272 | 122 | 0 | 33 | 104 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111010 | 1010010 | 0 | 11011 | 1000100 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBA52
Complementary color
Monochromatic Colors of #FFBA52
Black with #FFBA52
Text Example
Text Example
White with #FFBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA52; }
p { color: rgb(255,186,82); }
H1.HeaderClassName
{
color: #FFBA52;
}
.AnyTagClassName
{
color: #FFBA52;
}
</style>
background-color css
<style>
a { background-color: #FFBA52; }
a { background-color: rgb(255,186,82); }
div.DivClassName
{
background-color: #FFBA52;
}
.BgClassName
{
background-color: #FFBA52;
}
</style>
border-color css
<style>
span { border-color: #FFBA52; }
span { border-color: rgb(255,186,82); }
td.TdClassName
{
border-color: #FFBA52;
}
.TagClassName
{
border-color: #FFBA52;
}
</style>