Shades of Koromiko #FCBA57
Tints of Koromiko #FCBA57
RGB
CMYK
RGB Variations
Color information
#FCBA57 (or 0xFCBA57) is known color: Koromiko. HEX triplet: FC, BA and 57. RGB value is (252,186,87). Sum of RGB (Red+Green+Blue) = 252+186+87=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA57 is #0345A8. Grayscale: #C2C2C2. Windows color (decimal): -214441 or 5749500. OLE color: 5749500.
HSL color Cylindrical-coordinate representation of color #FCBA57: hue angle of 36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCBA57 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 87 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.01 |
| HSL | 36º | 0.96% | 0.66% | - |
| HSV(B) | 36º | 0.65% | 0.99% | - |
| XYZ | 59.42 | 56.5 | 16.79 | - |
| YUV | 194.45 | 67.37 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 87 | 0 | 0.26 | 0.65 | 0.01 | 36 | 0.96 | 0.66 |
| Hex | FC | BA | 57 | 0 | 1A | 41 | 1 | 24 | 60 | 42 |
| Octal | 374 | 272 | 127 | 0 | 32 | 101 | 1 | 44 | 140 | 102 |
| Binary | 11111100 | 10111010 | 1010111 | 0 | 11010 | 1000001 | 1 | 100100 | 1100000 | 1000010 |
Color Harmonies of #FCBA57
Complementary color
Monochromatic Colors of #FCBA57
Black with #FCBA57
Text Example
Text Example
White with #FCBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA57; }
p { color: rgb(252,186,87); }
H1.HeaderClassName
{
color: #FCBA57;
}
.AnyTagClassName
{
color: #FCBA57;
}
</style>
background-color css
<style>
a { background-color: #FCBA57; }
a { background-color: rgb(252,186,87); }
div.DivClassName
{
background-color: #FCBA57;
}
.BgClassName
{
background-color: #FCBA57;
}
</style>
border-color css
<style>
span { border-color: #FCBA57; }
span { border-color: rgb(252,186,87); }
td.TdClassName
{
border-color: #FCBA57;
}
.TagClassName
{
border-color: #FCBA57;
}
</style>