Shades of Koromiko #FEB949
Tints of Koromiko #FEB949
RGB
CMYK
RGB Variations
Color information
#FEB949 (or 0xFEB949) is known color: Koromiko. HEX triplet: FE, B9 and 49. RGB value is (254,185,73). Sum of RGB (Red+Green+Blue) = 254+185+73=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB949 is #0146B6. Grayscale: #C1C1C1. Windows color (decimal): -83639 or 4831742. OLE color: 4831742.
HSL color Cylindrical-coordinate representation of color #FEB949: hue angle of 37.13º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEB949 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 73 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.00 |
| HSL | 37.13º | 0.99% | 0.64% | - |
| HSV(B) | 37.13º | 0.71% | 1% | - |
| XYZ | 59.42 | 56.25 | 14.03 | - |
| YUV | 192.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 73 | 0 | 0.27 | 0.71 | 0.00 | 37.13 | 0.99 | 0.64 |
| Hex | FE | B9 | 49 | 0 | 1B | 47 | 0 | 25 | 63 | 40 |
| Octal | 376 | 271 | 111 | 0 | 33 | 107 | 0 | 45 | 143 | 100 |
| Binary | 11111110 | 10111001 | 1001001 | 0 | 11011 | 1000111 | 0 | 100101 | 1100011 | 1000000 |
Color Harmonies of #FEB949
Complementary color
Monochromatic Colors of #FEB949
Black with #FEB949
Text Example
Text Example
White with #FEB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB949; }
p { color: rgb(254,185,73); }
H1.HeaderClassName
{
color: #FEB949;
}
.AnyTagClassName
{
color: #FEB949;
}
</style>
background-color css
<style>
a { background-color: #FEB949; }
a { background-color: rgb(254,185,73); }
div.DivClassName
{
background-color: #FEB949;
}
.BgClassName
{
background-color: #FEB949;
}
</style>
border-color css
<style>
span { border-color: #FEB949; }
span { border-color: rgb(254,185,73); }
td.TdClassName
{
border-color: #FEB949;
}
.TagClassName
{
border-color: #FEB949;
}
</style>