Shades of Koromiko #FFB152
Tints of Koromiko #FFB152
RGB
CMYK
RGB Variations
Color information
#FFB152 (or 0xFFB152) is known color: Koromiko. HEX triplet: FF, B1 and 52. RGB value is (255,177,82). Sum of RGB (Red+Green+Blue) = 255+177+82=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB152 is #004EAD. Grayscale: #BDBDBD. Windows color (decimal): -20142 or 5419519. OLE color: 5419519.
HSL color Cylindrical-coordinate representation of color #FFB152: hue angle of 32.95º 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 #FFB152 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 82 | - |
| CMYK | 0 | 0.31 | 0.68 | 0 |
| HSL | 32.95º | 1% | 0.66% | - |
| HSV(B) | 32.95º | 0.68% | 1% | - |
| XYZ | 58.49 | 53.31 | 15.19 | - |
| YUV | 189.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 82 | 0 | 0.31 | 0.68 | 0 | 32.95 | 1 | 0.66 |
| Hex | FF | B1 | 52 | 0 | 1F | 44 | 0 | 21 | 64 | 42 |
| Octal | 377 | 261 | 122 | 0 | 37 | 104 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110001 | 1010010 | 0 | 11111 | 1000100 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB152
Complementary color
Monochromatic Colors of #FFB152
Black with #FFB152
Text Example
Text Example
White with #FFB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB152; }
p { color: rgb(255,177,82); }
H1.HeaderClassName
{
color: #FFB152;
}
.AnyTagClassName
{
color: #FFB152;
}
</style>
background-color css
<style>
a { background-color: #FFB152; }
a { background-color: rgb(255,177,82); }
div.DivClassName
{
background-color: #FFB152;
}
.BgClassName
{
background-color: #FFB152;
}
</style>
border-color css
<style>
span { border-color: #FFB152; }
span { border-color: rgb(255,177,82); }
td.TdClassName
{
border-color: #FFB152;
}
.TagClassName
{
border-color: #FFB152;
}
</style>