Shades of Koromiko #FFBB53
Tints of Koromiko #FFBB53
RGB
CMYK
RGB Variations
Color information
#FFBB53 (or 0xFFBB53) is known color: Koromiko. HEX triplet: FF, BB and 53. RGB value is (255,187,83). Sum of RGB (Red+Green+Blue) = 255+187+83=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB53 is #0044AC. Grayscale: #C3C3C3. Windows color (decimal): -17581 or 5487615. OLE color: 5487615.
HSL color Cylindrical-coordinate representation of color #FFBB53: hue angle of 36.28º 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 #FFBB53 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 83 | - |
| CMYK | 0 | 0.27 | 0.67 | 0 |
| HSL | 36.28º | 1% | 0.66% | - |
| HSV(B) | 36.28º | 0.67% | 1% | - |
| XYZ | 60.57 | 57.43 | 16.08 | - |
| YUV | 195.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 83 | 0 | 0.27 | 0.67 | 0 | 36.28 | 1 | 0.66 |
| Hex | FF | BB | 53 | 0 | 1B | 43 | 0 | 24 | 64 | 42 |
| Octal | 377 | 273 | 123 | 0 | 33 | 103 | 0 | 44 | 144 | 102 |
| Binary | 11111111 | 10111011 | 1010011 | 0 | 11011 | 1000011 | 0 | 100100 | 1100100 | 1000010 |
Color Harmonies of #FFBB53
Complementary color
Monochromatic Colors of #FFBB53
Black with #FFBB53
Text Example
Text Example
White with #FFBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB53; }
p { color: rgb(255,187,83); }
H1.HeaderClassName
{
color: #FFBB53;
}
.AnyTagClassName
{
color: #FFBB53;
}
</style>
background-color css
<style>
a { background-color: #FFBB53; }
a { background-color: rgb(255,187,83); }
div.DivClassName
{
background-color: #FFBB53;
}
.BgClassName
{
background-color: #FFBB53;
}
</style>
border-color css
<style>
span { border-color: #FFBB53; }
span { border-color: rgb(255,187,83); }
td.TdClassName
{
border-color: #FFBB53;
}
.TagClassName
{
border-color: #FFBB53;
}
</style>