Shades of Koromiko #FCB655
Tints of Koromiko #FCB655
RGB
CMYK
RGB Variations
Color information
#FCB655 (or 0xFCB655) is known color: Koromiko. HEX triplet: FC, B6 and 55. RGB value is (252,182,85). Sum of RGB (Red+Green+Blue) = 252+182+85=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB655 is #0349AA. Grayscale: #C0C0C0. Windows color (decimal): -215467 or 5617404. OLE color: 5617404.
HSL color Cylindrical-coordinate representation of color #FCB655: hue angle of 34.85º 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 #FCB655 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 85 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.01 |
| HSL | 34.85º | 0.97% | 0.66% | - |
| HSV(B) | 34.85º | 0.66% | 0.99% | - |
| XYZ | 58.51 | 54.81 | 16.09 | - |
| YUV | 191.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 85 | 0 | 0.28 | 0.66 | 0.01 | 34.85 | 0.97 | 0.66 |
| Hex | FC | B6 | 55 | 0 | 1C | 42 | 1 | 23 | 61 | 42 |
| Octal | 374 | 266 | 125 | 0 | 34 | 102 | 1 | 43 | 141 | 102 |
| Binary | 11111100 | 10110110 | 1010101 | 0 | 11100 | 1000010 | 1 | 100011 | 1100001 | 1000010 |
Color Harmonies of #FCB655
Complementary color
Monochromatic Colors of #FCB655
Black with #FCB655
Text Example
Text Example
White with #FCB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB655; }
p { color: rgb(252,182,85); }
H1.HeaderClassName
{
color: #FCB655;
}
.AnyTagClassName
{
color: #FCB655;
}
</style>
background-color css
<style>
a { background-color: #FCB655; }
a { background-color: rgb(252,182,85); }
div.DivClassName
{
background-color: #FCB655;
}
.BgClassName
{
background-color: #FCB655;
}
</style>
border-color css
<style>
span { border-color: #FCB655; }
span { border-color: rgb(252,182,85); }
td.TdClassName
{
border-color: #FCB655;
}
.TagClassName
{
border-color: #FCB655;
}
</style>