Shades of Koromiko #FFB858
Tints of Koromiko #FFB858
RGB
CMYK
RGB Variations
Color information
#FFB858 (or 0xFFB858) is known color: Koromiko. HEX triplet: FF, B8 and 58. RGB value is (255,184,88). Sum of RGB (Red+Green+Blue) = 255+184+88=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB858 is #0047A7. Grayscale: #C2C2C2. Windows color (decimal): -18344 or 5814527. OLE color: 5814527.
HSL color Cylindrical-coordinate representation of color #FFB858: hue angle of 34.49º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB858 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 88 | - |
| CMYK | 0 | 0.28 | 0.65 | 0 |
| HSL | 34.49º | 1% | 0.67% | - |
| HSV(B) | 34.49º | 0.65% | 1% | - |
| XYZ | 60.14 | 56.25 | 16.92 | - |
| YUV | 194.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 88 | 0 | 0.28 | 0.65 | 0 | 34.49 | 1 | 0.67 |
| Hex | FF | B8 | 58 | 0 | 1C | 41 | 0 | 22 | 64 | 43 |
| Octal | 377 | 270 | 130 | 0 | 34 | 101 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10111000 | 1011000 | 0 | 11100 | 1000001 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB858
Complementary color
Monochromatic Colors of #FFB858
Black with #FFB858
Text Example
Text Example
White with #FFB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB858; }
p { color: rgb(255,184,88); }
H1.HeaderClassName
{
color: #FFB858;
}
.AnyTagClassName
{
color: #FFB858;
}
</style>
background-color css
<style>
a { background-color: #FFB858; }
a { background-color: rgb(255,184,88); }
div.DivClassName
{
background-color: #FFB858;
}
.BgClassName
{
background-color: #FFB858;
}
</style>
border-color css
<style>
span { border-color: #FFB858; }
span { border-color: rgb(255,184,88); }
td.TdClassName
{
border-color: #FFB858;
}
.TagClassName
{
border-color: #FFB858;
}
</style>