Shades of Koromiko #FFBB5D
Tints of Koromiko #FFBB5D
RGB
CMYK
RGB Variations
Color information
#FFBB5D (or 0xFFBB5D) is known color: Koromiko. HEX triplet: FF, BB and 5D. RGB value is (255,187,93). Sum of RGB (Red+Green+Blue) = 255+187+93=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5D is #0044A2. Grayscale: #C5C5C5. Windows color (decimal): -17571 or 6142975. OLE color: 6142975.
HSL color Cylindrical-coordinate representation of color #FFBB5D: hue angle of 34.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBB5D is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 93 | - |
| CMYK | 0 | 0.27 | 0.64 | 0 |
| HSL | 34.81º | 1% | 0.68% | - |
| HSV(B) | 34.81º | 0.64% | 1% | - |
| XYZ | 60.99 | 57.59 | 18.26 | - |
| YUV | 196.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 93 | 0 | 0.27 | 0.64 | 0 | 34.81 | 1 | 0.68 |
| Hex | FF | BB | 5D | 0 | 1B | 40 | 0 | 23 | 64 | 44 |
| Octal | 377 | 273 | 135 | 0 | 33 | 100 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111011 | 1011101 | 0 | 11011 | 1000000 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBB5D
Complementary color
Monochromatic Colors of #FFBB5D
Black with #FFBB5D
Text Example
Text Example
White with #FFBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB5D; }
p { color: rgb(255,187,93); }
H1.HeaderClassName
{
color: #FFBB5D;
}
.AnyTagClassName
{
color: #FFBB5D;
}
</style>
background-color css
<style>
a { background-color: #FFBB5D; }
a { background-color: rgb(255,187,93); }
div.DivClassName
{
background-color: #FFBB5D;
}
.BgClassName
{
background-color: #FFBB5D;
}
</style>
border-color css
<style>
span { border-color: #FFBB5D; }
span { border-color: rgb(255,187,93); }
td.TdClassName
{
border-color: #FFBB5D;
}
.TagClassName
{
border-color: #FFBB5D;
}
</style>