Shades of Koromiko #FEB857
Tints of Koromiko #FEB857
RGB
CMYK
RGB Variations
Color information
#FEB857 (or 0xFEB857) is known color: Koromiko. HEX triplet: FE, B8 and 57. RGB value is (254,184,87). Sum of RGB (Red+Green+Blue) = 254+184+87=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB857 is #0147A8. Grayscale: #C2C2C2. Windows color (decimal): -83881 or 5748990. OLE color: 5748990.
HSL color Cylindrical-coordinate representation of color #FEB857: hue angle of 34.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEB857 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.00 |
| HSL | 34.85º | 0.99% | 0.67% | - |
| HSV(B) | 34.85º | 0.66% | 1% | - |
| XYZ | 59.73 | 56.04 | 16.69 | - |
| YUV | 193.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 87 | 0 | 0.28 | 0.66 | 0.00 | 34.85 | 0.99 | 0.67 |
| Hex | FE | B8 | 57 | 0 | 1C | 42 | 0 | 23 | 63 | 43 |
| Octal | 376 | 270 | 127 | 0 | 34 | 102 | 0 | 43 | 143 | 103 |
| Binary | 11111110 | 10111000 | 1010111 | 0 | 11100 | 1000010 | 0 | 100011 | 1100011 | 1000011 |
Color Harmonies of #FEB857
Complementary color
Monochromatic Colors of #FEB857
Black with #FEB857
Text Example
Text Example
White with #FEB857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB857; }
p { color: rgb(254,184,87); }
H1.HeaderClassName
{
color: #FEB857;
}
.AnyTagClassName
{
color: #FEB857;
}
</style>
background-color css
<style>
a { background-color: #FEB857; }
a { background-color: rgb(254,184,87); }
div.DivClassName
{
background-color: #FEB857;
}
.BgClassName
{
background-color: #FEB857;
}
</style>
border-color css
<style>
span { border-color: #FEB857; }
span { border-color: rgb(254,184,87); }
td.TdClassName
{
border-color: #FEB857;
}
.TagClassName
{
border-color: #FEB857;
}
</style>