Shades of Koromiko #FFBB5E
Tints of Koromiko #FFBB5E
RGB
CMYK
RGB Variations
Color information
#FFBB5E (or 0xFFBB5E) is known color: Koromiko. HEX triplet: FF, BB and 5E. RGB value is (255,187,94). Sum of RGB (Red+Green+Blue) = 255+187+94=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5E is #0044A1. Grayscale: #C5C5C5. Windows color (decimal): -17570 or 6208511. OLE color: 6208511.
HSL color Cylindrical-coordinate representation of color #FFBB5E: hue angle of 34.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFBB5E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 94 | - |
| CMYK | 0 | 0.27 | 0.63 | 0 |
| HSL | 34.66º | 1% | 0.68% | - |
| HSV(B) | 34.66º | 0.63% | 1% | - |
| XYZ | 61.03 | 57.61 | 18.49 | - |
| YUV | 196.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 94 | 0 | 0.27 | 0.63 | 0 | 34.66 | 1 | 0.68 |
| Hex | FF | BB | 5E | 0 | 1B | 3F | 0 | 23 | 64 | 44 |
| Octal | 377 | 273 | 136 | 0 | 33 | 77 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111011 | 1011110 | 0 | 11011 | 111111 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBB5E
Complementary color
Monochromatic Colors of #FFBB5E
Black with #FFBB5E
Text Example
Text Example
White with #FFBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB5E; }
p { color: rgb(255,187,94); }
H1.HeaderClassName
{
color: #FFBB5E;
}
.AnyTagClassName
{
color: #FFBB5E;
}
</style>
background-color css
<style>
a { background-color: #FFBB5E; }
a { background-color: rgb(255,187,94); }
div.DivClassName
{
background-color: #FFBB5E;
}
.BgClassName
{
background-color: #FFBB5E;
}
</style>
border-color css
<style>
span { border-color: #FFBB5E; }
span { border-color: rgb(255,187,94); }
td.TdClassName
{
border-color: #FFBB5E;
}
.TagClassName
{
border-color: #FFBB5E;
}
</style>