Shades of Koromiko #FCB949
Tints of Koromiko #FCB949
RGB
CMYK
RGB Variations
Color information
#FCB949 (or 0xFCB949) is known color: Koromiko. HEX triplet: FC, B9 and 49. RGB value is (252,185,73). Sum of RGB (Red+Green+Blue) = 252+185+73=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB949 is #0346B6. Grayscale: #C0C0C0. Windows color (decimal): -214711 or 4831740. OLE color: 4831740.
HSL color Cylindrical-coordinate representation of color #FCB949: hue angle of 37.54º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCB949 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.01 |
| HSL | 37.54º | 0.97% | 0.64% | - |
| HSV(B) | 37.54º | 0.71% | 0.99% | - |
| XYZ | 58.7 | 55.87 | 13.99 | - |
| YUV | 192.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 73 | 0 | 0.27 | 0.71 | 0.01 | 37.54 | 0.97 | 0.64 |
| Hex | FC | B9 | 49 | 0 | 1B | 47 | 1 | 26 | 61 | 40 |
| Octal | 374 | 271 | 111 | 0 | 33 | 107 | 1 | 46 | 141 | 100 |
| Binary | 11111100 | 10111001 | 1001001 | 0 | 11011 | 1000111 | 1 | 100110 | 1100001 | 1000000 |
Color Harmonies of #FCB949
Complementary color
Monochromatic Colors of #FCB949
Black with #FCB949
Text Example
Text Example
White with #FCB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB949; }
p { color: rgb(252,185,73); }
H1.HeaderClassName
{
color: #FCB949;
}
.AnyTagClassName
{
color: #FCB949;
}
</style>
background-color css
<style>
a { background-color: #FCB949; }
a { background-color: rgb(252,185,73); }
div.DivClassName
{
background-color: #FCB949;
}
.BgClassName
{
background-color: #FCB949;
}
</style>
border-color css
<style>
span { border-color: #FCB949; }
span { border-color: rgb(252,185,73); }
td.TdClassName
{
border-color: #FCB949;
}
.TagClassName
{
border-color: #FCB949;
}
</style>