Shades of Koromiko #FCBA50
Tints of Koromiko #FCBA50
RGB
CMYK
RGB Variations
Color information
#FCBA50 (or 0xFCBA50) is known color: Koromiko. HEX triplet: FC, BA and 50. RGB value is (252,186,80). Sum of RGB (Red+Green+Blue) = 252+186+80=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA50 is #0345AF. Grayscale: #C2C2C2. Windows color (decimal): -214448 or 5290748. OLE color: 5290748.
HSL color Cylindrical-coordinate representation of color #FCBA50: hue angle of 36.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCBA50 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 80 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 36.98º | 0.97% | 0.65% | - |
| HSV(B) | 36.98º | 0.68% | 0.99% | - |
| XYZ | 59.15 | 56.39 | 15.36 | - |
| YUV | 193.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 80 | 0 | 0.26 | 0.68 | 0.01 | 36.98 | 0.97 | 0.65 |
| Hex | FC | BA | 50 | 0 | 1A | 44 | 1 | 25 | 61 | 41 |
| Octal | 374 | 272 | 120 | 0 | 32 | 104 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111010 | 1010000 | 0 | 11010 | 1000100 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBA50
Complementary color
Monochromatic Colors of #FCBA50
Black with #FCBA50
Text Example
Text Example
White with #FCBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA50; }
p { color: rgb(252,186,80); }
H1.HeaderClassName
{
color: #FCBA50;
}
.AnyTagClassName
{
color: #FCBA50;
}
</style>
background-color css
<style>
a { background-color: #FCBA50; }
a { background-color: rgb(252,186,80); }
div.DivClassName
{
background-color: #FCBA50;
}
.BgClassName
{
background-color: #FCBA50;
}
</style>
border-color css
<style>
span { border-color: #FCBA50; }
span { border-color: rgb(252,186,80); }
td.TdClassName
{
border-color: #FCBA50;
}
.TagClassName
{
border-color: #FCBA50;
}
</style>