Shades of Koromiko #FFBB59
Tints of Koromiko #FFBB59
RGB
CMYK
RGB Variations
Color information
#FFBB59 (or 0xFFBB59) is known color: Koromiko. HEX triplet: FF, BB and 59. RGB value is (255,187,89). Sum of RGB (Red+Green+Blue) = 255+187+89=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB59 is #0044A6. Grayscale: #C4C4C4. Windows color (decimal): -17575 or 5880831. OLE color: 5880831.
HSL color Cylindrical-coordinate representation of color #FFBB59: hue angle of 35.42º 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 #FFBB59 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 89 | - |
| CMYK | 0 | 0.27 | 0.65 | 0 |
| HSL | 35.42º | 1% | 0.67% | - |
| HSV(B) | 35.42º | 0.65% | 1% | - |
| XYZ | 60.81 | 57.52 | 17.35 | - |
| YUV | 196.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 89 | 0 | 0.27 | 0.65 | 0 | 35.42 | 1 | 0.67 |
| Hex | FF | BB | 59 | 0 | 1B | 41 | 0 | 23 | 64 | 43 |
| Octal | 377 | 273 | 131 | 0 | 33 | 101 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111011 | 1011001 | 0 | 11011 | 1000001 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFBB59
Complementary color
Monochromatic Colors of #FFBB59
Black with #FFBB59
Text Example
Text Example
White with #FFBB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB59; }
p { color: rgb(255,187,89); }
H1.HeaderClassName
{
color: #FFBB59;
}
.AnyTagClassName
{
color: #FFBB59;
}
</style>
background-color css
<style>
a { background-color: #FFBB59; }
a { background-color: rgb(255,187,89); }
div.DivClassName
{
background-color: #FFBB59;
}
.BgClassName
{
background-color: #FFBB59;
}
</style>
border-color css
<style>
span { border-color: #FFBB59; }
span { border-color: rgb(255,187,89); }
td.TdClassName
{
border-color: #FFBB59;
}
.TagClassName
{
border-color: #FFBB59;
}
</style>