Shades of Koromiko #FEB951
Tints of Koromiko #FEB951
RGB
CMYK
RGB Variations
Color information
#FEB951 (or 0xFEB951) is known color: Koromiko. HEX triplet: FE, B9 and 51. RGB value is (254,185,81). Sum of RGB (Red+Green+Blue) = 254+185+81=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 81 (32.03% from 255 or 15.58% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB951 is #0146AE. Grayscale: #C2C2C2. Windows color (decimal): -83631 or 5356030. OLE color: 5356030.
HSL color Cylindrical-coordinate representation of color #FEB951: hue angle of 36.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEB951 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.00 |
| HSL | 36.07º | 0.99% | 0.66% | - |
| HSV(B) | 36.07º | 0.68% | 1% | - |
| XYZ | 59.71 | 56.36 | 15.52 | - |
| YUV | 193.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 81 | 0 | 0.27 | 0.68 | 0.00 | 36.07 | 0.99 | 0.66 |
| Hex | FE | B9 | 51 | 0 | 1B | 44 | 0 | 24 | 63 | 42 |
| Octal | 376 | 271 | 121 | 0 | 33 | 104 | 0 | 44 | 143 | 102 |
| Binary | 11111110 | 10111001 | 1010001 | 0 | 11011 | 1000100 | 0 | 100100 | 1100011 | 1000010 |
Color Harmonies of #FEB951
Complementary color
Monochromatic Colors of #FEB951
Black with #FEB951
Text Example
Text Example
White with #FEB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB951; }
p { color: rgb(254,185,81); }
H1.HeaderClassName
{
color: #FEB951;
}
.AnyTagClassName
{
color: #FEB951;
}
</style>
background-color css
<style>
a { background-color: #FEB951; }
a { background-color: rgb(254,185,81); }
div.DivClassName
{
background-color: #FEB951;
}
.BgClassName
{
background-color: #FEB951;
}
</style>
border-color css
<style>
span { border-color: #FEB951; }
span { border-color: rgb(254,185,81); }
td.TdClassName
{
border-color: #FEB951;
}
.TagClassName
{
border-color: #FEB951;
}
</style>