Shades of Koromiko #FFB857
Tints of Koromiko #FFB857
RGB
CMYK
RGB Variations
Color information
#FFB857 (or 0xFFB857) is known color: Koromiko. HEX triplet: FF, B8 and 57. RGB value is (255,184,87). Sum of RGB (Red+Green+Blue) = 255+184+87=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB857 is #0047A8. Grayscale: #C2C2C2. Windows color (decimal): -18345 or 5748991. OLE color: 5748991.
HSL color Cylindrical-coordinate representation of color #FFB857: hue angle of 34.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB857 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0 |
| HSL | 34.64º | 1% | 0.67% | - |
| HSV(B) | 34.64º | 0.66% | 1% | - |
| XYZ | 60.1 | 56.23 | 16.7 | - |
| YUV | 194.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 87 | 0 | 0.28 | 0.66 | 0 | 34.64 | 1 | 0.67 |
| Hex | FF | B8 | 57 | 0 | 1C | 42 | 0 | 23 | 64 | 43 |
| Octal | 377 | 270 | 127 | 0 | 34 | 102 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111000 | 1010111 | 0 | 11100 | 1000010 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB857
Complementary color
Monochromatic Colors of #FFB857
Black with #FFB857
Text Example
Text Example
White with #FFB857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB857; }
p { color: rgb(255,184,87); }
H1.HeaderClassName
{
color: #FFB857;
}
.AnyTagClassName
{
color: #FFB857;
}
</style>
background-color css
<style>
a { background-color: #FFB857; }
a { background-color: rgb(255,184,87); }
div.DivClassName
{
background-color: #FFB857;
}
.BgClassName
{
background-color: #FFB857;
}
</style>
border-color css
<style>
span { border-color: #FFB857; }
span { border-color: rgb(255,184,87); }
td.TdClassName
{
border-color: #FFB857;
}
.TagClassName
{
border-color: #FFB857;
}
</style>