Shades of Koromiko #FCB749
Tints of Koromiko #FCB749
RGB
CMYK
RGB Variations
Color information
#FCB749 (or 0xFCB749) is known color: Koromiko. HEX triplet: FC, B7 and 49. RGB value is (252,183,73). Sum of RGB (Red+Green+Blue) = 252+183+73=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB749 is #0348B6. Grayscale: #BFBFBF. Windows color (decimal): -215223 or 4831228. OLE color: 4831228.
HSL color Cylindrical-coordinate representation of color #FCB749: hue angle of 36.87º 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 #FCB749 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.01 |
| HSL | 36.87º | 0.97% | 0.64% | - |
| HSV(B) | 36.87º | 0.71% | 0.99% | - |
| XYZ | 58.28 | 55.04 | 13.86 | - |
| YUV | 191.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 73 | 0 | 0.27 | 0.71 | 0.01 | 36.87 | 0.97 | 0.64 |
| Hex | FC | B7 | 49 | 0 | 1B | 47 | 1 | 25 | 61 | 40 |
| Octal | 374 | 267 | 111 | 0 | 33 | 107 | 1 | 45 | 141 | 100 |
| Binary | 11111100 | 10110111 | 1001001 | 0 | 11011 | 1000111 | 1 | 100101 | 1100001 | 1000000 |
Color Harmonies of #FCB749
Complementary color
Monochromatic Colors of #FCB749
Black with #FCB749
Text Example
Text Example
White with #FCB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB749; }
p { color: rgb(252,183,73); }
H1.HeaderClassName
{
color: #FCB749;
}
.AnyTagClassName
{
color: #FCB749;
}
</style>
background-color css
<style>
a { background-color: #FCB749; }
a { background-color: rgb(252,183,73); }
div.DivClassName
{
background-color: #FCB749;
}
.BgClassName
{
background-color: #FCB749;
}
</style>
border-color css
<style>
span { border-color: #FCB749; }
span { border-color: rgb(252,183,73); }
td.TdClassName
{
border-color: #FCB749;
}
.TagClassName
{
border-color: #FCB749;
}
</style>