Shades of Koromiko #FCBA48
Tints of Koromiko #FCBA48
RGB
CMYK
RGB Variations
Color information
#FCBA48 (or 0xFCBA48) is known color: Koromiko. HEX triplet: FC, BA and 48. RGB value is (252,186,72). Sum of RGB (Red+Green+Blue) = 252+186+72=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA48 is #0345B7. Grayscale: #C1C1C1. Windows color (decimal): -214456 or 4766460. OLE color: 4766460.
HSL color Cylindrical-coordinate representation of color #FCBA48: hue angle of 38º 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 #FCBA48 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 72 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.01 |
| HSL | 38º | 0.97% | 0.64% | - |
| HSV(B) | 38º | 0.71% | 0.99% | - |
| XYZ | 58.87 | 56.28 | 13.89 | - |
| YUV | 192.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 72 | 0 | 0.26 | 0.71 | 0.01 | 38 | 0.97 | 0.64 |
| Hex | FC | BA | 48 | 0 | 1A | 47 | 1 | 26 | 61 | 40 |
| Octal | 374 | 272 | 110 | 0 | 32 | 107 | 1 | 46 | 141 | 100 |
| Binary | 11111100 | 10111010 | 1001000 | 0 | 11010 | 1000111 | 1 | 100110 | 1100001 | 1000000 |
Color Harmonies of #FCBA48
Complementary color
Monochromatic Colors of #FCBA48
Black with #FCBA48
Text Example
Text Example
White with #FCBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA48; }
p { color: rgb(252,186,72); }
H1.HeaderClassName
{
color: #FCBA48;
}
.AnyTagClassName
{
color: #FCBA48;
}
</style>
background-color css
<style>
a { background-color: #FCBA48; }
a { background-color: rgb(252,186,72); }
div.DivClassName
{
background-color: #FCBA48;
}
.BgClassName
{
background-color: #FCBA48;
}
</style>
border-color css
<style>
span { border-color: #FCBA48; }
span { border-color: rgb(252,186,72); }
td.TdClassName
{
border-color: #FCBA48;
}
.TagClassName
{
border-color: #FCBA48;
}
</style>