Shades of Koromiko #FFB555
Tints of Koromiko #FFB555
RGB
CMYK
RGB Variations
Color information
#FFB555 (or 0xFFB555) is known color: Koromiko. HEX triplet: FF, B5 and 55. RGB value is (255,181,85). Sum of RGB (Red+Green+Blue) = 255+181+85=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB555 is #004AAA. Grayscale: #C0C0C0. Windows color (decimal): -19115 or 5617151. OLE color: 5617151.
HSL color Cylindrical-coordinate representation of color #FFB555: hue angle of 33.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB555 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 85 | - |
| CMYK | 0 | 0.29 | 0.67 | 0 |
| HSL | 33.88º | 1% | 0.67% | - |
| HSV(B) | 33.88º | 0.67% | 1% | - |
| XYZ | 59.4 | 54.96 | 16.07 | - |
| YUV | 192.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 85 | 0 | 0.29 | 0.67 | 0 | 33.88 | 1 | 0.67 |
| Hex | FF | B5 | 55 | 0 | 1D | 43 | 0 | 22 | 64 | 43 |
| Octal | 377 | 265 | 125 | 0 | 35 | 103 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110101 | 1010101 | 0 | 11101 | 1000011 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB555
Complementary color
Monochromatic Colors of #FFB555
Black with #FFB555
Text Example
Text Example
White with #FFB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB555; }
p { color: rgb(255,181,85); }
H1.HeaderClassName
{
color: #FFB555;
}
.AnyTagClassName
{
color: #FFB555;
}
</style>
background-color css
<style>
a { background-color: #FFB555; }
a { background-color: rgb(255,181,85); }
div.DivClassName
{
background-color: #FFB555;
}
.BgClassName
{
background-color: #FFB555;
}
</style>
border-color css
<style>
span { border-color: #FFB555; }
span { border-color: rgb(255,181,85); }
td.TdClassName
{
border-color: #FFB555;
}
.TagClassName
{
border-color: #FFB555;
}
</style>