Shades of Koromiko #FFBB56
Tints of Koromiko #FFBB56
RGB
CMYK
RGB Variations
Color information
#FFBB56 (or 0xFFBB56) is known color: Koromiko. HEX triplet: FF, BB and 56. RGB value is (255,187,86). Sum of RGB (Red+Green+Blue) = 255+187+86=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB56 is #0044A9. Grayscale: #C4C4C4. Windows color (decimal): -17578 or 5684223. OLE color: 5684223.
HSL color Cylindrical-coordinate representation of color #FFBB56: hue angle of 35.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBB56 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0 |
| HSL | 35.86º | 1% | 0.67% | - |
| HSV(B) | 35.86º | 0.66% | 1% | - |
| XYZ | 60.69 | 57.47 | 16.7 | - |
| YUV | 195.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 86 | 0 | 0.27 | 0.66 | 0 | 35.86 | 1 | 0.67 |
| Hex | FF | BB | 56 | 0 | 1B | 42 | 0 | 24 | 64 | 43 |
| Octal | 377 | 273 | 126 | 0 | 33 | 102 | 0 | 44 | 144 | 103 |
| Binary | 11111111 | 10111011 | 1010110 | 0 | 11011 | 1000010 | 0 | 100100 | 1100100 | 1000011 |
Color Harmonies of #FFBB56
Complementary color
Monochromatic Colors of #FFBB56
Black with #FFBB56
Text Example
Text Example
White with #FFBB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB56; }
p { color: rgb(255,187,86); }
H1.HeaderClassName
{
color: #FFBB56;
}
.AnyTagClassName
{
color: #FFBB56;
}
</style>
background-color css
<style>
a { background-color: #FFBB56; }
a { background-color: rgb(255,187,86); }
div.DivClassName
{
background-color: #FFBB56;
}
.BgClassName
{
background-color: #FFBB56;
}
</style>
border-color css
<style>
span { border-color: #FFBB56; }
span { border-color: rgb(255,187,86); }
td.TdClassName
{
border-color: #FFBB56;
}
.TagClassName
{
border-color: #FFBB56;
}
</style>