Shades of Koromiko #FCBA54
Tints of Koromiko #FCBA54
RGB
CMYK
RGB Variations
Color information
#FCBA54 (or 0xFCBA54) is known color: Koromiko. HEX triplet: FC, BA and 54. RGB value is (252,186,84). Sum of RGB (Red+Green+Blue) = 252+186+84=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA54 is #0345AB. Grayscale: #C2C2C2. Windows color (decimal): -214444 or 5552892. OLE color: 5552892.
HSL color Cylindrical-coordinate representation of color #FCBA54: hue angle of 36.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCBA54 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 84 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.01 |
| HSL | 36.43º | 0.97% | 0.66% | - |
| HSV(B) | 36.43º | 0.67% | 0.99% | - |
| XYZ | 59.3 | 56.45 | 16.16 | - |
| YUV | 194.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 84 | 0 | 0.26 | 0.67 | 0.01 | 36.43 | 0.97 | 0.66 |
| Hex | FC | BA | 54 | 0 | 1A | 43 | 1 | 24 | 61 | 42 |
| Octal | 374 | 272 | 124 | 0 | 32 | 103 | 1 | 44 | 141 | 102 |
| Binary | 11111100 | 10111010 | 1010100 | 0 | 11010 | 1000011 | 1 | 100100 | 1100001 | 1000010 |
Color Harmonies of #FCBA54
Complementary color
Monochromatic Colors of #FCBA54
Black with #FCBA54
Text Example
Text Example
White with #FCBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA54; }
p { color: rgb(252,186,84); }
H1.HeaderClassName
{
color: #FCBA54;
}
.AnyTagClassName
{
color: #FCBA54;
}
</style>
background-color css
<style>
a { background-color: #FCBA54; }
a { background-color: rgb(252,186,84); }
div.DivClassName
{
background-color: #FCBA54;
}
.BgClassName
{
background-color: #FCBA54;
}
</style>
border-color css
<style>
span { border-color: #FCBA54; }
span { border-color: rgb(252,186,84); }
td.TdClassName
{
border-color: #FCBA54;
}
.TagClassName
{
border-color: #FCBA54;
}
</style>