Shades of Koromiko #FEBA51
Tints of Koromiko #FEBA51
RGB
CMYK
RGB Variations
Color information
#FEBA51 (or 0xFEBA51) is known color: Koromiko. HEX triplet: FE, BA and 51. RGB value is (254,186,81). Sum of RGB (Red+Green+Blue) = 254+186+81=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA51 is #0145AE. Grayscale: #C2C2C2. Windows color (decimal): -83375 or 5356286. OLE color: 5356286.
HSL color Cylindrical-coordinate representation of color #FEBA51: hue angle of 36.42º 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 #FEBA51 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 81 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.00 |
| HSL | 36.42º | 0.99% | 0.66% | - |
| HSV(B) | 36.42º | 0.68% | 1% | - |
| XYZ | 59.92 | 56.78 | 15.59 | - |
| YUV | 194.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 81 | 0 | 0.27 | 0.68 | 0.00 | 36.42 | 0.99 | 0.66 |
| Hex | FE | BA | 51 | 0 | 1B | 44 | 0 | 24 | 63 | 42 |
| Octal | 376 | 272 | 121 | 0 | 33 | 104 | 0 | 44 | 143 | 102 |
| Binary | 11111110 | 10111010 | 1010001 | 0 | 11011 | 1000100 | 0 | 100100 | 1100011 | 1000010 |
Color Harmonies of #FEBA51
Complementary color
Monochromatic Colors of #FEBA51
Black with #FEBA51
Text Example
Text Example
White with #FEBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA51; }
p { color: rgb(254,186,81); }
H1.HeaderClassName
{
color: #FEBA51;
}
.AnyTagClassName
{
color: #FEBA51;
}
</style>
background-color css
<style>
a { background-color: #FEBA51; }
a { background-color: rgb(254,186,81); }
div.DivClassName
{
background-color: #FEBA51;
}
.BgClassName
{
background-color: #FEBA51;
}
</style>
border-color css
<style>
span { border-color: #FEBA51; }
span { border-color: rgb(254,186,81); }
td.TdClassName
{
border-color: #FEBA51;
}
.TagClassName
{
border-color: #FEBA51;
}
</style>