Shades of Koromiko #FCB959
Tints of Koromiko #FCB959
RGB
CMYK
RGB Variations
Color information
#FCB959 (or 0xFCB959) is known color: Koromiko. HEX triplet: FC, B9 and 59. RGB value is (252,185,89). Sum of RGB (Red+Green+Blue) = 252+185+89=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB959 is #0346A6. Grayscale: #C2C2C2. Windows color (decimal): -214695 or 5880316. OLE color: 5880316.
HSL color Cylindrical-coordinate representation of color #FCB959: hue angle of 35.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCB959 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.01 |
| HSL | 35.34º | 0.96% | 0.67% | - |
| HSV(B) | 35.34º | 0.65% | 0.99% | - |
| XYZ | 59.3 | 56.11 | 17.16 | - |
| YUV | 194.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 89 | 0 | 0.27 | 0.65 | 0.01 | 35.34 | 0.96 | 0.67 |
| Hex | FC | B9 | 59 | 0 | 1B | 41 | 1 | 23 | 60 | 43 |
| Octal | 374 | 271 | 131 | 0 | 33 | 101 | 1 | 43 | 140 | 103 |
| Binary | 11111100 | 10111001 | 1011001 | 0 | 11011 | 1000001 | 1 | 100011 | 1100000 | 1000011 |
Color Harmonies of #FCB959
Complementary color
Monochromatic Colors of #FCB959
Black with #FCB959
Text Example
Text Example
White with #FCB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB959; }
p { color: rgb(252,185,89); }
H1.HeaderClassName
{
color: #FCB959;
}
.AnyTagClassName
{
color: #FCB959;
}
</style>
background-color css
<style>
a { background-color: #FCB959; }
a { background-color: rgb(252,185,89); }
div.DivClassName
{
background-color: #FCB959;
}
.BgClassName
{
background-color: #FCB959;
}
</style>
border-color css
<style>
span { border-color: #FCB959; }
span { border-color: rgb(252,185,89); }
td.TdClassName
{
border-color: #FCB959;
}
.TagClassName
{
border-color: #FCB959;
}
</style>