Shades of Koromiko #FCBA4E
Tints of Koromiko #FCBA4E
RGB
CMYK
RGB Variations
Color information
#FCBA4E (or 0xFCBA4E) is known color: Koromiko. HEX triplet: FC, BA and 4E. RGB value is (252,186,78). Sum of RGB (Red+Green+Blue) = 252+186+78=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA4E is #0345B1. Grayscale: #C1C1C1. Windows color (decimal): -214450 or 5159676. OLE color: 5159676.
HSL color Cylindrical-coordinate representation of color #FCBA4E: hue angle of 37.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCBA4E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 78 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.01 |
| HSL | 37.24º | 0.97% | 0.65% | - |
| HSV(B) | 37.24º | 0.69% | 0.99% | - |
| XYZ | 59.08 | 56.36 | 14.97 | - |
| YUV | 193.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 78 | 0 | 0.26 | 0.69 | 0.01 | 37.24 | 0.97 | 0.65 |
| Hex | FC | BA | 4E | 0 | 1A | 45 | 1 | 25 | 61 | 41 |
| Octal | 374 | 272 | 116 | 0 | 32 | 105 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111010 | 1001110 | 0 | 11010 | 1000101 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBA4E
Complementary color
Monochromatic Colors of #FCBA4E
Black with #FCBA4E
Text Example
Text Example
White with #FCBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA4E; }
p { color: rgb(252,186,78); }
H1.HeaderClassName
{
color: #FCBA4E;
}
.AnyTagClassName
{
color: #FCBA4E;
}
</style>
background-color css
<style>
a { background-color: #FCBA4E; }
a { background-color: rgb(252,186,78); }
div.DivClassName
{
background-color: #FCBA4E;
}
.BgClassName
{
background-color: #FCBA4E;
}
</style>
border-color css
<style>
span { border-color: #FCBA4E; }
span { border-color: rgb(252,186,78); }
td.TdClassName
{
border-color: #FCBA4E;
}
.TagClassName
{
border-color: #FCBA4E;
}
</style>