Shades of Koromiko #FCBA4A
Tints of Koromiko #FCBA4A
RGB
CMYK
RGB Variations
Color information
#FCBA4A (or 0xFCBA4A) is known color: Koromiko. HEX triplet: FC, BA and 4A. RGB value is (252,186,74). Sum of RGB (Red+Green+Blue) = 252+186+74=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA4A is #0345B5. Grayscale: #C1C1C1. Windows color (decimal): -214454 or 4897532. OLE color: 4897532.
HSL color Cylindrical-coordinate representation of color #FCBA4A: hue angle of 37.75º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCBA4A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 74 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.01 |
| HSL | 37.75º | 0.97% | 0.64% | - |
| HSV(B) | 37.75º | 0.71% | 0.99% | - |
| XYZ | 58.94 | 56.31 | 14.24 | - |
| YUV | 192.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 74 | 0 | 0.26 | 0.71 | 0.01 | 37.75 | 0.97 | 0.64 |
| Hex | FC | BA | 4A | 0 | 1A | 47 | 1 | 26 | 61 | 40 |
| Octal | 374 | 272 | 112 | 0 | 32 | 107 | 1 | 46 | 141 | 100 |
| Binary | 11111100 | 10111010 | 1001010 | 0 | 11010 | 1000111 | 1 | 100110 | 1100001 | 1000000 |
Color Harmonies of #FCBA4A
Complementary color
Monochromatic Colors of #FCBA4A
Black with #FCBA4A
Text Example
Text Example
White with #FCBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA4A; }
p { color: rgb(252,186,74); }
H1.HeaderClassName
{
color: #FCBA4A;
}
.AnyTagClassName
{
color: #FCBA4A;
}
</style>
background-color css
<style>
a { background-color: #FCBA4A; }
a { background-color: rgb(252,186,74); }
div.DivClassName
{
background-color: #FCBA4A;
}
.BgClassName
{
background-color: #FCBA4A;
}
</style>
border-color css
<style>
span { border-color: #FCBA4A; }
span { border-color: rgb(252,186,74); }
td.TdClassName
{
border-color: #FCBA4A;
}
.TagClassName
{
border-color: #FCBA4A;
}
</style>