Shades of Koromiko #FEB858
Tints of Koromiko #FEB858
RGB
CMYK
RGB Variations
Color information
#FEB858 (or 0xFEB858) is known color: Koromiko. HEX triplet: FE, B8 and 58. RGB value is (254,184,88). Sum of RGB (Red+Green+Blue) = 254+184+88=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB858 is #0147A7. Grayscale: #C2C2C2. Windows color (decimal): -83880 or 5814526. OLE color: 5814526.
HSL color Cylindrical-coordinate representation of color #FEB858: hue angle of 34.7º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEB858 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 88 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.00 |
| HSL | 34.7º | 0.99% | 0.67% | - |
| HSV(B) | 34.7º | 0.65% | 1% | - |
| XYZ | 59.77 | 56.06 | 16.9 | - |
| YUV | 193.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 88 | 0 | 0.28 | 0.65 | 0.00 | 34.7 | 0.99 | 0.67 |
| Hex | FE | B8 | 58 | 0 | 1C | 41 | 0 | 23 | 63 | 43 |
| Octal | 376 | 270 | 130 | 0 | 34 | 101 | 0 | 43 | 143 | 103 |
| Binary | 11111110 | 10111000 | 1011000 | 0 | 11100 | 1000001 | 0 | 100011 | 1100011 | 1000011 |
Color Harmonies of #FEB858
Complementary color
Monochromatic Colors of #FEB858
Black with #FEB858
Text Example
Text Example
White with #FEB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB858; }
p { color: rgb(254,184,88); }
H1.HeaderClassName
{
color: #FEB858;
}
.AnyTagClassName
{
color: #FEB858;
}
</style>
background-color css
<style>
a { background-color: #FEB858; }
a { background-color: rgb(254,184,88); }
div.DivClassName
{
background-color: #FEB858;
}
.BgClassName
{
background-color: #FEB858;
}
</style>
border-color css
<style>
span { border-color: #FEB858; }
span { border-color: rgb(254,184,88); }
td.TdClassName
{
border-color: #FEB858;
}
.TagClassName
{
border-color: #FEB858;
}
</style>