Shades of Koromiko #FCBA53
Tints of Koromiko #FCBA53
RGB
CMYK
RGB Variations
Color information
#FCBA53 (or 0xFCBA53) is known color: Koromiko. HEX triplet: FC, BA and 53. RGB value is (252,186,83). Sum of RGB (Red+Green+Blue) = 252+186+83=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA53 is #0345AC. Grayscale: #C2C2C2. Windows color (decimal): -214445 or 5487356. OLE color: 5487356.
HSL color Cylindrical-coordinate representation of color #FCBA53: hue angle of 36.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCBA53 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.01 |
| HSL | 36.57º | 0.97% | 0.66% | - |
| HSV(B) | 36.57º | 0.67% | 0.99% | - |
| XYZ | 59.27 | 56.44 | 15.95 | - |
| YUV | 193.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 83 | 0 | 0.26 | 0.67 | 0.01 | 36.57 | 0.97 | 0.66 |
| Hex | FC | BA | 53 | 0 | 1A | 43 | 1 | 25 | 61 | 42 |
| Octal | 374 | 272 | 123 | 0 | 32 | 103 | 1 | 45 | 141 | 102 |
| Binary | 11111100 | 10111010 | 1010011 | 0 | 11010 | 1000011 | 1 | 100101 | 1100001 | 1000010 |
Color Harmonies of #FCBA53
Complementary color
Monochromatic Colors of #FCBA53
Black with #FCBA53
Text Example
Text Example
White with #FCBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA53; }
p { color: rgb(252,186,83); }
H1.HeaderClassName
{
color: #FCBA53;
}
.AnyTagClassName
{
color: #FCBA53;
}
</style>
background-color css
<style>
a { background-color: #FCBA53; }
a { background-color: rgb(252,186,83); }
div.DivClassName
{
background-color: #FCBA53;
}
.BgClassName
{
background-color: #FCBA53;
}
</style>
border-color css
<style>
span { border-color: #FCBA53; }
span { border-color: rgb(252,186,83); }
td.TdClassName
{
border-color: #FCBA53;
}
.TagClassName
{
border-color: #FCBA53;
}
</style>