Shades of Koromiko #FCB855
Tints of Koromiko #FCB855
RGB
CMYK
RGB Variations
Color information
#FCB855 (or 0xFCB855) is known color: Koromiko. HEX triplet: FC, B8 and 55. RGB value is (252,184,85). Sum of RGB (Red+Green+Blue) = 252+184+85=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB855 is #0347AA. Grayscale: #C1C1C1. Windows color (decimal): -214955 or 5617916. OLE color: 5617916.
HSL color Cylindrical-coordinate representation of color #FCB855: hue angle of 35.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCB855 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 85 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.01 |
| HSL | 35.57º | 0.97% | 0.66% | - |
| HSV(B) | 35.57º | 0.66% | 0.99% | - |
| XYZ | 58.93 | 55.63 | 16.23 | - |
| YUV | 193.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 85 | 0 | 0.27 | 0.66 | 0.01 | 35.57 | 0.97 | 0.66 |
| Hex | FC | B8 | 55 | 0 | 1B | 42 | 1 | 24 | 61 | 42 |
| Octal | 374 | 270 | 125 | 0 | 33 | 102 | 1 | 44 | 141 | 102 |
| Binary | 11111100 | 10111000 | 1010101 | 0 | 11011 | 1000010 | 1 | 100100 | 1100001 | 1000010 |
Color Harmonies of #FCB855
Complementary color
Monochromatic Colors of #FCB855
Black with #FCB855
Text Example
Text Example
White with #FCB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB855; }
p { color: rgb(252,184,85); }
H1.HeaderClassName
{
color: #FCB855;
}
.AnyTagClassName
{
color: #FCB855;
}
</style>
background-color css
<style>
a { background-color: #FCB855; }
a { background-color: rgb(252,184,85); }
div.DivClassName
{
background-color: #FCB855;
}
.BgClassName
{
background-color: #FCB855;
}
</style>
border-color css
<style>
span { border-color: #FCB855; }
span { border-color: rgb(252,184,85); }
td.TdClassName
{
border-color: #FCB855;
}
.TagClassName
{
border-color: #FCB855;
}
</style>