Shades of Koromiko #FCBA52
Tints of Koromiko #FCBA52
RGB
CMYK
RGB Variations
Color information
#FCBA52 (or 0xFCBA52) is known color: Koromiko. HEX triplet: FC, BA and 52. RGB value is (252,186,82). Sum of RGB (Red+Green+Blue) = 252+186+82=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA52 is #0345AD. Grayscale: #C2C2C2. Windows color (decimal): -214446 or 5421820. OLE color: 5421820.
HSL color Cylindrical-coordinate representation of color #FCBA52: hue angle of 36.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCBA52 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 82 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.01 |
| HSL | 36.71º | 0.97% | 0.65% | - |
| HSV(B) | 36.71º | 0.67% | 0.99% | - |
| XYZ | 59.23 | 56.42 | 15.75 | - |
| YUV | 193.88 | 64.87 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 82 | 0 | 0.26 | 0.67 | 0.01 | 36.71 | 0.97 | 0.65 |
| Hex | FC | BA | 52 | 0 | 1A | 43 | 1 | 25 | 61 | 41 |
| Octal | 374 | 272 | 122 | 0 | 32 | 103 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111010 | 1010010 | 0 | 11010 | 1000011 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBA52
Complementary color
Monochromatic Colors of #FCBA52
Black with #FCBA52
Text Example
Text Example
White with #FCBA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA52; }
p { color: rgb(252,186,82); }
H1.HeaderClassName
{
color: #FCBA52;
}
.AnyTagClassName
{
color: #FCBA52;
}
</style>
background-color css
<style>
a { background-color: #FCBA52; }
a { background-color: rgb(252,186,82); }
div.DivClassName
{
background-color: #FCBA52;
}
.BgClassName
{
background-color: #FCBA52;
}
</style>
border-color css
<style>
span { border-color: #FCBA52; }
span { border-color: rgb(252,186,82); }
td.TdClassName
{
border-color: #FCBA52;
}
.TagClassName
{
border-color: #FCBA52;
}
</style>