Shades of Koromiko #FCB850
Tints of Koromiko #FCB850
RGB
CMYK
RGB Variations
Color information
#FCB850 (or 0xFCB850) is known color: Koromiko. HEX triplet: FC, B8 and 50. RGB value is (252,184,80). Sum of RGB (Red+Green+Blue) = 252+184+80=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB850 is #0347AF. Grayscale: #C0C0C0. Windows color (decimal): -214960 or 5290236. OLE color: 5290236.
HSL color Cylindrical-coordinate representation of color #FCB850: hue angle of 36.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCB850 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 80 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.01 |
| HSL | 36.28º | 0.97% | 0.65% | - |
| HSV(B) | 36.28º | 0.68% | 0.99% | - |
| XYZ | 58.73 | 55.56 | 15.22 | - |
| YUV | 192.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 80 | 0 | 0.27 | 0.68 | 0.01 | 36.28 | 0.97 | 0.65 |
| Hex | FC | B8 | 50 | 0 | 1B | 44 | 1 | 24 | 61 | 41 |
| Octal | 374 | 270 | 120 | 0 | 33 | 104 | 1 | 44 | 141 | 101 |
| Binary | 11111100 | 10111000 | 1010000 | 0 | 11011 | 1000100 | 1 | 100100 | 1100001 | 1000001 |
Color Harmonies of #FCB850
Complementary color
Monochromatic Colors of #FCB850
Black with #FCB850
Text Example
Text Example
White with #FCB850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB850; }
p { color: rgb(252,184,80); }
H1.HeaderClassName
{
color: #FCB850;
}
.AnyTagClassName
{
color: #FCB850;
}
</style>
background-color css
<style>
a { background-color: #FCB850; }
a { background-color: rgb(252,184,80); }
div.DivClassName
{
background-color: #FCB850;
}
.BgClassName
{
background-color: #FCB850;
}
</style>
border-color css
<style>
span { border-color: #FCB850; }
span { border-color: rgb(252,184,80); }
td.TdClassName
{
border-color: #FCB850;
}
.TagClassName
{
border-color: #FCB850;
}
</style>