Shades of Koromiko #FFB855
Tints of Koromiko #FFB855
RGB
CMYK
RGB Variations
Color information
#FFB855 (or 0xFFB855) is known color: Koromiko. HEX triplet: FF, B8 and 55. RGB value is (255,184,85). Sum of RGB (Red+Green+Blue) = 255+184+85=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB855 is #0047AA. Grayscale: #C2C2C2. Windows color (decimal): -18347 or 5617919. OLE color: 5617919.
HSL color Cylindrical-coordinate representation of color #FFB855: hue angle of 34.94º 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 #FFB855 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 85 | - |
| CMYK | 0 | 0.28 | 0.67 | 0 |
| HSL | 34.94º | 1% | 0.67% | - |
| HSV(B) | 34.94º | 0.67% | 1% | - |
| XYZ | 60.02 | 56.2 | 16.28 | - |
| YUV | 193.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 85 | 0 | 0.28 | 0.67 | 0 | 34.94 | 1 | 0.67 |
| Hex | FF | B8 | 55 | 0 | 1C | 43 | 0 | 23 | 64 | 43 |
| Octal | 377 | 270 | 125 | 0 | 34 | 103 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111000 | 1010101 | 0 | 11100 | 1000011 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB855
Complementary color
Monochromatic Colors of #FFB855
Black with #FFB855
Text Example
Text Example
White with #FFB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB855; }
p { color: rgb(255,184,85); }
H1.HeaderClassName
{
color: #FFB855;
}
.AnyTagClassName
{
color: #FFB855;
}
</style>
background-color css
<style>
a { background-color: #FFB855; }
a { background-color: rgb(255,184,85); }
div.DivClassName
{
background-color: #FFB855;
}
.BgClassName
{
background-color: #FFB855;
}
</style>
border-color css
<style>
span { border-color: #FFB855; }
span { border-color: rgb(255,184,85); }
td.TdClassName
{
border-color: #FFB855;
}
.TagClassName
{
border-color: #FFB855;
}
</style>