Shades of Koromiko #FEB853
Tints of Koromiko #FEB853
RGB
CMYK
RGB Variations
Color information
#FEB853 (or 0xFEB853) is known color: Koromiko. HEX triplet: FE, B8 and 53. RGB value is (254,184,83). Sum of RGB (Red+Green+Blue) = 254+184+83=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB853 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB853 is #0147AC. Grayscale: #C1C1C1. Windows color (decimal): -83885 or 5486846. OLE color: 5486846.
HSL color Cylindrical-coordinate representation of color #FEB853: hue angle of 35.44º 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 #FEB853 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 83 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.00 |
| HSL | 35.44º | 0.99% | 0.66% | - |
| HSV(B) | 35.44º | 0.67% | 1% | - |
| XYZ | 59.57 | 55.98 | 15.85 | - |
| YUV | 193.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 83 | 0 | 0.28 | 0.67 | 0.00 | 35.44 | 0.99 | 0.66 |
| Hex | FE | B8 | 53 | 0 | 1C | 43 | 0 | 23 | 63 | 42 |
| Octal | 376 | 270 | 123 | 0 | 34 | 103 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10111000 | 1010011 | 0 | 11100 | 1000011 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB853
Complementary color
Monochromatic Colors of #FEB853
Black with #FEB853
Text Example
Text Example
White with #FEB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB853; }
p { color: rgb(254,184,83); }
H1.HeaderClassName
{
color: #FEB853;
}
.AnyTagClassName
{
color: #FEB853;
}
</style>
background-color css
<style>
a { background-color: #FEB853; }
a { background-color: rgb(254,184,83); }
div.DivClassName
{
background-color: #FEB853;
}
.BgClassName
{
background-color: #FEB853;
}
</style>
border-color css
<style>
span { border-color: #FEB853; }
span { border-color: rgb(254,184,83); }
td.TdClassName
{
border-color: #FEB853;
}
.TagClassName
{
border-color: #FEB853;
}
</style>