Shades of Koromiko #FFBB5C
Tints of Koromiko #FFBB5C
RGB
CMYK
RGB Variations
Color information
#FFBB5C (or 0xFFBB5C) is known color: Koromiko. HEX triplet: FF, BB and 5C. RGB value is (255,187,92). Sum of RGB (Red+Green+Blue) = 255+187+92=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5C is #0044A3. Grayscale: #C4C4C4. Windows color (decimal): -17572 or 6077439. OLE color: 6077439.
HSL color Cylindrical-coordinate representation of color #FFBB5C: hue angle of 34.97º 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 #FFBB5C is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 92 | - |
| CMYK | 0 | 0.27 | 0.64 | 0 |
| HSL | 34.97º | 1% | 0.68% | - |
| HSV(B) | 34.97º | 0.64% | 1% | - |
| XYZ | 60.94 | 57.57 | 18.03 | - |
| YUV | 196.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 92 | 0 | 0.27 | 0.64 | 0 | 34.97 | 1 | 0.68 |
| Hex | FF | BB | 5C | 0 | 1B | 40 | 0 | 23 | 64 | 44 |
| Octal | 377 | 273 | 134 | 0 | 33 | 100 | 0 | 43 | 144 | 104 |
| Binary | 11111111 | 10111011 | 1011100 | 0 | 11011 | 1000000 | 0 | 100011 | 1100100 | 1000100 |
Color Harmonies of #FFBB5C
Complementary color
Monochromatic Colors of #FFBB5C
Black with #FFBB5C
Text Example
Text Example
White with #FFBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB5C; }
p { color: rgb(255,187,92); }
H1.HeaderClassName
{
color: #FFBB5C;
}
.AnyTagClassName
{
color: #FFBB5C;
}
</style>
background-color css
<style>
a { background-color: #FFBB5C; }
a { background-color: rgb(255,187,92); }
div.DivClassName
{
background-color: #FFBB5C;
}
.BgClassName
{
background-color: #FFBB5C;
}
</style>
border-color css
<style>
span { border-color: #FFBB5C; }
span { border-color: rgb(255,187,92); }
td.TdClassName
{
border-color: #FFBB5C;
}
.TagClassName
{
border-color: #FFBB5C;
}
</style>