Shades of Koromiko #FFB153
Tints of Koromiko #FFB153
RGB
CMYK
RGB Variations
Color information
#FFB153 (or 0xFFB153) is known color: Koromiko. HEX triplet: FF, B1 and 53. RGB value is (255,177,83). Sum of RGB (Red+Green+Blue) = 255+177+83=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB153 is #004EAC. Grayscale: #BEBEBE. Windows color (decimal): -20141 or 5485055. OLE color: 5485055.
HSL color Cylindrical-coordinate representation of color #FFB153: hue angle of 32.79º 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 #FFB153 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 83 | - |
| CMYK | 0 | 0.31 | 0.67 | 0 |
| HSL | 32.79º | 1% | 0.66% | - |
| HSV(B) | 32.79º | 0.67% | 1% | - |
| XYZ | 58.52 | 53.33 | 15.39 | - |
| YUV | 189.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 83 | 0 | 0.31 | 0.67 | 0 | 32.79 | 1 | 0.66 |
| Hex | FF | B1 | 53 | 0 | 1F | 43 | 0 | 21 | 64 | 42 |
| Octal | 377 | 261 | 123 | 0 | 37 | 103 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110001 | 1010011 | 0 | 11111 | 1000011 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB153
Complementary color
Monochromatic Colors of #FFB153
Black with #FFB153
Text Example
Text Example
White with #FFB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB153; }
p { color: rgb(255,177,83); }
H1.HeaderClassName
{
color: #FFB153;
}
.AnyTagClassName
{
color: #FFB153;
}
</style>
background-color css
<style>
a { background-color: #FFB153; }
a { background-color: rgb(255,177,83); }
div.DivClassName
{
background-color: #FFB153;
}
.BgClassName
{
background-color: #FFB153;
}
</style>
border-color css
<style>
span { border-color: #FFB153; }
span { border-color: rgb(255,177,83); }
td.TdClassName
{
border-color: #FFB153;
}
.TagClassName
{
border-color: #FFB153;
}
</style>