Shades of Koromiko #FCBA5A
Tints of Koromiko #FCBA5A
RGB
CMYK
RGB Variations
Color information
#FCBA5A (or 0xFCBA5A) is known color: Koromiko. HEX triplet: FC, BA and 5A. RGB value is (252,186,90). Sum of RGB (Red+Green+Blue) = 252+186+90=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5A is #0345A5. Grayscale: #C3C3C3. Windows color (decimal): -214438 or 5946108. OLE color: 5946108.
HSL color Cylindrical-coordinate representation of color #FCBA5A: hue angle of 35.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCBA5A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 90 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.01 |
| HSL | 35.56º | 0.96% | 0.67% | - |
| HSV(B) | 35.56º | 0.64% | 0.99% | - |
| XYZ | 59.55 | 56.55 | 17.45 | - |
| YUV | 194.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 90 | 0 | 0.26 | 0.64 | 0.01 | 35.56 | 0.96 | 0.67 |
| Hex | FC | BA | 5A | 0 | 1A | 40 | 1 | 24 | 60 | 43 |
| Octal | 374 | 272 | 132 | 0 | 32 | 100 | 1 | 44 | 140 | 103 |
| Binary | 11111100 | 10111010 | 1011010 | 0 | 11010 | 1000000 | 1 | 100100 | 1100000 | 1000011 |
Color Harmonies of #FCBA5A
Complementary color
Monochromatic Colors of #FCBA5A
Black with #FCBA5A
Text Example
Text Example
White with #FCBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA5A; }
p { color: rgb(252,186,90); }
H1.HeaderClassName
{
color: #FCBA5A;
}
.AnyTagClassName
{
color: #FCBA5A;
}
</style>
background-color css
<style>
a { background-color: #FCBA5A; }
a { background-color: rgb(252,186,90); }
div.DivClassName
{
background-color: #FCBA5A;
}
.BgClassName
{
background-color: #FCBA5A;
}
</style>
border-color css
<style>
span { border-color: #FCBA5A; }
span { border-color: rgb(252,186,90); }
td.TdClassName
{
border-color: #FCBA5A;
}
.TagClassName
{
border-color: #FCBA5A;
}
</style>