Shades of Koromiko #FEB855
Tints of Koromiko #FEB855
RGB
CMYK
RGB Variations
Color information
#FEB855 (or 0xFEB855) is known color: Koromiko. HEX triplet: FE, B8 and 55. RGB value is (254,184,85). Sum of RGB (Red+Green+Blue) = 254+184+85=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB855 is #0147AA. Grayscale: #C2C2C2. Windows color (decimal): -83883 or 5617918. OLE color: 5617918.
HSL color Cylindrical-coordinate representation of color #FEB855: hue angle of 35.15º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEB855 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 85 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.00 |
| HSL | 35.15º | 0.99% | 0.66% | - |
| HSV(B) | 35.15º | 0.67% | 1% | - |
| XYZ | 59.65 | 56.01 | 16.26 | - |
| YUV | 193.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 85 | 0 | 0.28 | 0.67 | 0.00 | 35.15 | 0.99 | 0.66 |
| Hex | FE | B8 | 55 | 0 | 1C | 43 | 0 | 23 | 63 | 42 |
| Octal | 376 | 270 | 125 | 0 | 34 | 103 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10111000 | 1010101 | 0 | 11100 | 1000011 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB855
Complementary color
Monochromatic Colors of #FEB855
Black with #FEB855
Text Example
Text Example
White with #FEB855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB855; }
p { color: rgb(254,184,85); }
H1.HeaderClassName
{
color: #FEB855;
}
.AnyTagClassName
{
color: #FEB855;
}
</style>
background-color css
<style>
a { background-color: #FEB855; }
a { background-color: rgb(254,184,85); }
div.DivClassName
{
background-color: #FEB855;
}
.BgClassName
{
background-color: #FEB855;
}
</style>
border-color css
<style>
span { border-color: #FEB855; }
span { border-color: rgb(254,184,85); }
td.TdClassName
{
border-color: #FEB855;
}
.TagClassName
{
border-color: #FEB855;
}
</style>