Shades of Koromiko #FFB355
Tints of Koromiko #FFB355
RGB
CMYK
RGB Variations
Color information
#FFB355 (or 0xFFB355) is known color: Koromiko. HEX triplet: FF, B3 and 55. RGB value is (255,179,85). Sum of RGB (Red+Green+Blue) = 255+179+85=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB355 is #004CAA. Grayscale: #BFBFBF. Windows color (decimal): -19627 or 5616639. OLE color: 5616639.
HSL color Cylindrical-coordinate representation of color #FFB355: hue angle of 33.18º 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 #FFB355 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 85 | - |
| CMYK | 0 | 0.30 | 0.67 | 0 |
| HSL | 33.18º | 1% | 0.67% | - |
| HSV(B) | 33.18º | 0.67% | 1% | - |
| XYZ | 59 | 54.16 | 15.94 | - |
| YUV | 191.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 85 | 0 | 0.30 | 0.67 | 0 | 33.18 | 1 | 0.67 |
| Hex | FF | B3 | 55 | 0 | 1E | 43 | 0 | 21 | 64 | 43 |
| Octal | 377 | 263 | 125 | 0 | 36 | 103 | 0 | 41 | 144 | 103 |
| Binary | 11111111 | 10110011 | 1010101 | 0 | 11110 | 1000011 | 0 | 100001 | 1100100 | 1000011 |
Color Harmonies of #FFB355
Complementary color
Monochromatic Colors of #FFB355
Black with #FFB355
Text Example
Text Example
White with #FFB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB355; }
p { color: rgb(255,179,85); }
H1.HeaderClassName
{
color: #FFB355;
}
.AnyTagClassName
{
color: #FFB355;
}
</style>
background-color css
<style>
a { background-color: #FFB355; }
a { background-color: rgb(255,179,85); }
div.DivClassName
{
background-color: #FFB355;
}
.BgClassName
{
background-color: #FFB355;
}
</style>
border-color css
<style>
span { border-color: #FFB355; }
span { border-color: rgb(255,179,85); }
td.TdClassName
{
border-color: #FFB355;
}
.TagClassName
{
border-color: #FFB355;
}
</style>