Shades of Koromiko #FFB050
Tints of Koromiko #FFB050
RGB
CMYK
RGB Variations
Color information
#FFB050 (or 0xFFB050) is known color: Koromiko. HEX triplet: FF, B0 and 50. RGB value is (255,176,80). Sum of RGB (Red+Green+Blue) = 255+176+80=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB050 is #004FAF. Grayscale: #BDBDBD. Windows color (decimal): -20400 or 5288191. OLE color: 5288191.
HSL color Cylindrical-coordinate representation of color #FFB050: hue angle of 32.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFB050 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 80 | - |
| CMYK | 0 | 0.31 | 0.69 | 0 |
| HSL | 32.91º | 1% | 0.66% | - |
| HSV(B) | 32.91º | 0.69% | 1% | - |
| XYZ | 58.21 | 52.89 | 14.73 | - |
| YUV | 188.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 80 | 0 | 0.31 | 0.69 | 0 | 32.91 | 1 | 0.66 |
| Hex | FF | B0 | 50 | 0 | 1F | 45 | 0 | 21 | 64 | 42 |
| Octal | 377 | 260 | 120 | 0 | 37 | 105 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110000 | 1010000 | 0 | 11111 | 1000101 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB050
Complementary color
Monochromatic Colors of #FFB050
Black with #FFB050
Text Example
Text Example
White with #FFB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB050; }
p { color: rgb(255,176,80); }
H1.HeaderClassName
{
color: #FFB050;
}
.AnyTagClassName
{
color: #FFB050;
}
</style>
background-color css
<style>
a { background-color: #FFB050; }
a { background-color: rgb(255,176,80); }
div.DivClassName
{
background-color: #FFB050;
}
.BgClassName
{
background-color: #FFB050;
}
</style>
border-color css
<style>
span { border-color: #FFB050; }
span { border-color: rgb(255,176,80); }
td.TdClassName
{
border-color: #FFB050;
}
.TagClassName
{
border-color: #FFB050;
}
</style>