Shades of Koromiko #FFBB52
Tints of Koromiko #FFBB52
RGB
CMYK
RGB Variations
Color information
#FFBB52 (or 0xFFBB52) is known color: Koromiko. HEX triplet: FF, BB and 52. RGB value is (255,187,82). Sum of RGB (Red+Green+Blue) = 255+187+82=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB52 is #0044AD. Grayscale: #C3C3C3. Windows color (decimal): -17582 or 5422079. OLE color: 5422079.
HSL color Cylindrical-coordinate representation of color #FFBB52: hue angle of 36.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBB52 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 82 | - |
| CMYK | 0 | 0.27 | 0.68 | 0 |
| HSL | 36.42º | 1% | 0.66% | - |
| HSV(B) | 36.42º | 0.68% | 1% | - |
| XYZ | 60.53 | 57.41 | 15.87 | - |
| YUV | 195.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 82 | 0 | 0.27 | 0.68 | 0 | 36.42 | 1 | 0.66 |
| Hex | FF | BB | 52 | 0 | 1B | 44 | 0 | 24 | 64 | 42 |
| Octal | 377 | 273 | 122 | 0 | 33 | 104 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111011 | 1010010 | 0 | 11011 | 1000100 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBB52
Complementary color
Monochromatic Colors of #FFBB52
Black with #FFBB52
Text Example
Text Example
White with #FFBB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB52; }
p { color: rgb(255,187,82); }
H1.HeaderClassName
{
color: #FFBB52;
}
.AnyTagClassName
{
color: #FFBB52;
}
</style>
background-color css
<style>
a { background-color: #FFBB52; }
a { background-color: rgb(255,187,82); }
div.DivClassName
{
background-color: #FFBB52;
}
.BgClassName
{
background-color: #FFBB52;
}
</style>
border-color css
<style>
span { border-color: #FFBB52; }
span { border-color: rgb(255,187,82); }
td.TdClassName
{
border-color: #FFBB52;
}
.TagClassName
{
border-color: #FFBB52;
}
</style>