Shades of Koromiko #FCBA5C
Tints of Koromiko #FCBA5C
RGB
CMYK
RGB Variations
Color information
#FCBA5C (or 0xFCBA5C) is known color: Koromiko. HEX triplet: FC, BA and 5C. RGB value is (252,186,92). Sum of RGB (Red+Green+Blue) = 252+186+92=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5C is #0345A3. Grayscale: #C3C3C3. Windows color (decimal): -214436 or 6077180. OLE color: 6077180.
HSL color Cylindrical-coordinate representation of color #FCBA5C: hue angle of 35.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBA5C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 92 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.01 |
| HSL | 35.25º | 0.96% | 0.67% | - |
| HSV(B) | 35.25º | 0.63% | 0.99% | - |
| XYZ | 59.64 | 56.59 | 17.9 | - |
| YUV | 195.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 92 | 0 | 0.26 | 0.63 | 0.01 | 35.25 | 0.96 | 0.67 |
| Hex | FC | BA | 5C | 0 | 1A | 3F | 1 | 23 | 60 | 43 |
| Octal | 374 | 272 | 134 | 0 | 32 | 77 | 1 | 43 | 140 | 103 |
| Binary | 11111100 | 10111010 | 1011100 | 0 | 11010 | 111111 | 1 | 100011 | 1100000 | 1000011 |
Color Harmonies of #FCBA5C
Complementary color
Monochromatic Colors of #FCBA5C
Black with #FCBA5C
Text Example
Text Example
White with #FCBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA5C; }
p { color: rgb(252,186,92); }
H1.HeaderClassName
{
color: #FCBA5C;
}
.AnyTagClassName
{
color: #FCBA5C;
}
</style>
background-color css
<style>
a { background-color: #FCBA5C; }
a { background-color: rgb(252,186,92); }
div.DivClassName
{
background-color: #FCBA5C;
}
.BgClassName
{
background-color: #FCBA5C;
}
</style>
border-color css
<style>
span { border-color: #FCBA5C; }
span { border-color: rgb(252,186,92); }
td.TdClassName
{
border-color: #FCBA5C;
}
.TagClassName
{
border-color: #FCBA5C;
}
</style>