Shades of Koromiko #FFB550
Tints of Koromiko #FFB550
RGB
CMYK
RGB Variations
Color information
#FFB550 (or 0xFFB550) is known color: Koromiko. HEX triplet: FF, B5 and 50. RGB value is (255,181,80). Sum of RGB (Red+Green+Blue) = 255+181+80=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB550 is #004AAF. Grayscale: #C0C0C0. Windows color (decimal): -19120 or 5289471. OLE color: 5289471.
HSL color Cylindrical-coordinate representation of color #FFB550: hue angle of 34.63º 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 #FFB550 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 80 | - |
| CMYK | 0 | 0.29 | 0.69 | 0 |
| HSL | 34.63º | 1% | 0.66% | - |
| HSV(B) | 34.63º | 0.69% | 1% | - |
| XYZ | 59.21 | 54.89 | 15.06 | - |
| YUV | 191.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 80 | 0 | 0.29 | 0.69 | 0 | 34.63 | 1 | 0.66 |
| Hex | FF | B5 | 50 | 0 | 1D | 45 | 0 | 23 | 64 | 42 |
| Octal | 377 | 265 | 120 | 0 | 35 | 105 | 0 | 43 | 144 | 102 |
| Binary | 11111111 | 10110101 | 1010000 | 0 | 11101 | 1000101 | 0 | 100011 | 1100100 | 1000010 |
Color Harmonies of #FFB550
Complementary color
Monochromatic Colors of #FFB550
Black with #FFB550
Text Example
Text Example
White with #FFB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB550; }
p { color: rgb(255,181,80); }
H1.HeaderClassName
{
color: #FFB550;
}
.AnyTagClassName
{
color: #FFB550;
}
</style>
background-color css
<style>
a { background-color: #FFB550; }
a { background-color: rgb(255,181,80); }
div.DivClassName
{
background-color: #FFB550;
}
.BgClassName
{
background-color: #FFB550;
}
</style>
border-color css
<style>
span { border-color: #FFB550; }
span { border-color: rgb(255,181,80); }
td.TdClassName
{
border-color: #FFB550;
}
.TagClassName
{
border-color: #FFB550;
}
</style>