Shades of Koromiko #FFB755
Tints of Koromiko #FFB755
RGB
CMYK
RGB Variations
Color information
#FFB755 (or 0xFFB755) is known color: Koromiko. HEX triplet: FF, B7 and 55. RGB value is (255,183,85). Sum of RGB (Red+Green+Blue) = 255+183+85=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB755 is #0048AA. Grayscale: #C1C1C1. Windows color (decimal): -18603 or 5617663. OLE color: 5617663.
HSL color Cylindrical-coordinate representation of color #FFB755: hue angle of 34.59º 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 #FFB755 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 85 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 34.59º | 1% | 0.67% | - |
| HSV(B) | 34.59º | 0.67% | 1% | - |
| XYZ | 59.81 | 55.78 | 16.21 | - |
| YUV | 193.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 85 | 0 | 0.28 | 0.67 | 0 | 34.59 | 1 | 0.67 |
| Hex | FF | B7 | 55 | 0 | 1C | 43 | 0 | 23 | 64 | 43 |
| Octal | 377 | 267 | 125 | 0 | 34 | 103 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10110111 | 1010101 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB755
Complementary color
Monochromatic Colors of #FFB755
Black with #FFB755
Text Example
Text Example
White with #FFB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB755; }
p { color: rgb(255,183,85); }
H1.HeaderClassName
{
color: #FFB755;
}
.AnyTagClassName
{
color: #FFB755;
}
</style>
background-color css
<style>
a { background-color: #FFB755; }
a { background-color: rgb(255,183,85); }
div.DivClassName
{
background-color: #FFB755;
}
.BgClassName
{
background-color: #FFB755;
}
</style>
border-color css
<style>
span { border-color: #FFB755; }
span { border-color: rgb(255,183,85); }
td.TdClassName
{
border-color: #FFB755;
}
.TagClassName
{
border-color: #FFB755;
}
</style>