Shades of Koromiko #FCBA4B
Tints of Koromiko #FCBA4B
RGB
CMYK
RGB Variations
Color information
#FCBA4B (or 0xFCBA4B) is known color: Koromiko. HEX triplet: FC, BA and 4B. RGB value is (252,186,75). Sum of RGB (Red+Green+Blue) = 252+186+75=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA4B is #0345B4. Grayscale: #C1C1C1. Windows color (decimal): -214453 or 4963068. OLE color: 4963068.
HSL color Cylindrical-coordinate representation of color #FCBA4B: hue angle of 37.63º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCBA4B is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 75 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.01 |
| HSL | 37.63º | 0.97% | 0.64% | - |
| HSV(B) | 37.63º | 0.7% | 0.99% | - |
| XYZ | 58.97 | 56.32 | 14.42 | - |
| YUV | 193.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 75 | 0 | 0.26 | 0.70 | 0.01 | 37.63 | 0.97 | 0.64 |
| Hex | FC | BA | 4B | 0 | 1A | 46 | 1 | 26 | 61 | 40 |
| Octal | 374 | 272 | 113 | 0 | 32 | 106 | 1 | 46 | 141 | 100 |
| Binary | 11111100 | 10111010 | 1001011 | 0 | 11010 | 1000110 | 1 | 100110 | 1100001 | 1000000 |
Color Harmonies of #FCBA4B
Complementary color
Monochromatic Colors of #FCBA4B
Black with #FCBA4B
Text Example
Text Example
White with #FCBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA4B; }
p { color: rgb(252,186,75); }
H1.HeaderClassName
{
color: #FCBA4B;
}
.AnyTagClassName
{
color: #FCBA4B;
}
</style>
background-color css
<style>
a { background-color: #FCBA4B; }
a { background-color: rgb(252,186,75); }
div.DivClassName
{
background-color: #FCBA4B;
}
.BgClassName
{
background-color: #FCBA4B;
}
</style>
border-color css
<style>
span { border-color: #FCBA4B; }
span { border-color: rgb(252,186,75); }
td.TdClassName
{
border-color: #FCBA4B;
}
.TagClassName
{
border-color: #FCBA4B;
}
</style>