Shades of Koromiko #FEB848
Tints of Koromiko #FEB848
RGB
CMYK
RGB Variations
Color information
#FEB848 (or 0xFEB848) is known color: Koromiko. HEX triplet: FE, B8 and 48. RGB value is (254,184,72). Sum of RGB (Red+Green+Blue) = 254+184+72=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB848 is #0147B7. Grayscale: #C0C0C0. Windows color (decimal): -83896 or 4765950. OLE color: 4765950.
HSL color Cylindrical-coordinate representation of color #FEB848: hue angle of 36.92º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEB848 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 72 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.00 |
| HSL | 36.92º | 0.99% | 0.64% | - |
| HSV(B) | 36.92º | 0.72% | 1% | - |
| XYZ | 59.18 | 55.82 | 13.79 | - |
| YUV | 192.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 72 | 0 | 0.28 | 0.72 | 0.00 | 36.92 | 0.99 | 0.64 |
| Hex | FE | B8 | 48 | 0 | 1C | 48 | 0 | 25 | 63 | 40 |
| Octal | 376 | 270 | 110 | 0 | 34 | 110 | 0 | 45 | 143 | 100 |
| Binary | 11111110 | 10111000 | 1001000 | 0 | 11100 | 1001000 | 0 | 100101 | 1100011 | 1000000 |
Color Harmonies of #FEB848
Complementary color
Monochromatic Colors of #FEB848
Black with #FEB848
Text Example
Text Example
White with #FEB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB848; }
p { color: rgb(254,184,72); }
H1.HeaderClassName
{
color: #FEB848;
}
.AnyTagClassName
{
color: #FEB848;
}
</style>
background-color css
<style>
a { background-color: #FEB848; }
a { background-color: rgb(254,184,72); }
div.DivClassName
{
background-color: #FEB848;
}
.BgClassName
{
background-color: #FEB848;
}
</style>
border-color css
<style>
span { border-color: #FEB848; }
span { border-color: rgb(254,184,72); }
td.TdClassName
{
border-color: #FEB848;
}
.TagClassName
{
border-color: #FEB848;
}
</style>