Shades of Koromiko #FFB959
Tints of Koromiko #FFB959
RGB
CMYK
RGB Variations
Color information
#FFB959 (or 0xFFB959) is known color: Koromiko. HEX triplet: FF, B9 and 59. RGB value is (255,185,89). Sum of RGB (Red+Green+Blue) = 255+185+89=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB959 is #0046A6. Grayscale: #C3C3C3. Windows color (decimal): -18087 or 5880319. OLE color: 5880319.
HSL color Cylindrical-coordinate representation of color #FFB959: hue angle of 34.7º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB959 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0 |
| HSL | 34.7º | 1% | 0.67% | - |
| HSV(B) | 34.7º | 0.65% | 1% | - |
| XYZ | 60.39 | 56.68 | 17.21 | - |
| YUV | 194.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 89 | 0 | 0.27 | 0.65 | 0 | 34.7 | 1 | 0.67 |
| Hex | FF | B9 | 59 | 0 | 1B | 41 | 0 | 23 | 64 | 43 |
| Octal | 377 | 271 | 131 | 0 | 33 | 101 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111001 | 1011001 | 0 | 11011 | 1000001 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB959
Complementary color
Monochromatic Colors of #FFB959
Black with #FFB959
Text Example
Text Example
White with #FFB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB959; }
p { color: rgb(255,185,89); }
H1.HeaderClassName
{
color: #FFB959;
}
.AnyTagClassName
{
color: #FFB959;
}
</style>
background-color css
<style>
a { background-color: #FFB959; }
a { background-color: rgb(255,185,89); }
div.DivClassName
{
background-color: #FFB959;
}
.BgClassName
{
background-color: #FFB959;
}
</style>
border-color css
<style>
span { border-color: #FFB959; }
span { border-color: rgb(255,185,89); }
td.TdClassName
{
border-color: #FFB959;
}
.TagClassName
{
border-color: #FFB959;
}
</style>