Shades of Koromiko #FFBB54
Tints of Koromiko #FFBB54
RGB
CMYK
RGB Variations
Color information
#FFBB54 (or 0xFFBB54) is known color: Koromiko. HEX triplet: FF, BB and 54. RGB value is (255,187,84). Sum of RGB (Red+Green+Blue) = 255+187+84=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB54 is #0044AB. Grayscale: #C4C4C4. Windows color (decimal): -17580 or 5553151. OLE color: 5553151.
HSL color Cylindrical-coordinate representation of color #FFBB54: hue angle of 36.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBB54 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 84 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 36.14º | 1% | 0.66% | - |
| HSV(B) | 36.14º | 0.67% | 1% | - |
| XYZ | 60.61 | 57.44 | 16.28 | - |
| YUV | 195.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 84 | 0 | 0.27 | 0.67 | 0 | 36.14 | 1 | 0.66 |
| Hex | FF | BB | 54 | 0 | 1B | 43 | 0 | 24 | 64 | 42 |
| Octal | 377 | 273 | 124 | 0 | 33 | 103 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111011 | 1010100 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBB54
Complementary color
Monochromatic Colors of #FFBB54
Black with #FFBB54
Text Example
Text Example
White with #FFBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB54; }
p { color: rgb(255,187,84); }
H1.HeaderClassName
{
color: #FFBB54;
}
.AnyTagClassName
{
color: #FFBB54;
}
</style>
background-color css
<style>
a { background-color: #FFBB54; }
a { background-color: rgb(255,187,84); }
div.DivClassName
{
background-color: #FFBB54;
}
.BgClassName
{
background-color: #FFBB54;
}
</style>
border-color css
<style>
span { border-color: #FFBB54; }
span { border-color: rgb(255,187,84); }
td.TdClassName
{
border-color: #FFBB54;
}
.TagClassName
{
border-color: #FFBB54;
}
</style>