Shades of Koromiko #FCBA51
Tints of Koromiko #FCBA51
RGB
CMYK
RGB Variations
Color information
#FCBA51 (or 0xFCBA51) is known color: Koromiko. HEX triplet: FC, BA and 51. RGB value is (252,186,81). Sum of RGB (Red+Green+Blue) = 252+186+81=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA51 is #0345AE. Grayscale: #C2C2C2. Windows color (decimal): -214447 or 5356284. OLE color: 5356284.
HSL color Cylindrical-coordinate representation of color #FCBA51: hue angle of 36.84º 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 #FCBA51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.01 |
| HSL | 36.84º | 0.97% | 0.65% | - |
| HSV(B) | 36.84º | 0.68% | 0.99% | - |
| XYZ | 59.19 | 56.41 | 15.55 | - |
| YUV | 193.76 | 64.37 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 81 | 0 | 0.26 | 0.68 | 0.01 | 36.84 | 0.97 | 0.65 |
| Hex | FC | BA | 51 | 0 | 1A | 44 | 1 | 25 | 61 | 41 |
| Octal | 374 | 272 | 121 | 0 | 32 | 104 | 1 | 45 | 141 | 101 |
| Binary | 11111100 | 10111010 | 1010001 | 0 | 11010 | 1000100 | 1 | 100101 | 1100001 | 1000001 |
Color Harmonies of #FCBA51
Complementary color
Monochromatic Colors of #FCBA51
Black with #FCBA51
Text Example
Text Example
White with #FCBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA51; }
p { color: rgb(252,186,81); }
H1.HeaderClassName
{
color: #FCBA51;
}
.AnyTagClassName
{
color: #FCBA51;
}
</style>
background-color css
<style>
a { background-color: #FCBA51; }
a { background-color: rgb(252,186,81); }
div.DivClassName
{
background-color: #FCBA51;
}
.BgClassName
{
background-color: #FCBA51;
}
</style>
border-color css
<style>
span { border-color: #FCBA51; }
span { border-color: rgb(252,186,81); }
td.TdClassName
{
border-color: #FCBA51;
}
.TagClassName
{
border-color: #FCBA51;
}
</style>