Shades of Koromiko #FEB251
Tints of Koromiko #FEB251
RGB
CMYK
RGB Variations
Color information
#FEB251 (or 0xFEB251) is known color: Koromiko. HEX triplet: FE, B2 and 51. RGB value is (254,178,81). Sum of RGB (Red+Green+Blue) = 254+178+81=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB251 is #014DAE. Grayscale: #BEBEBE. Windows color (decimal): -85423 or 5354238. OLE color: 5354238.
HSL color Cylindrical-coordinate representation of color #FEB251: hue angle of 33.64º 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 #FEB251 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 81 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.00 |
| HSL | 33.64º | 0.99% | 0.66% | - |
| HSV(B) | 33.64º | 0.68% | 1% | - |
| XYZ | 58.28 | 53.51 | 15.04 | - |
| YUV | 189.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 81 | 0 | 0.30 | 0.68 | 0.00 | 33.64 | 0.99 | 0.66 |
| Hex | FE | B2 | 51 | 0 | 1E | 44 | 0 | 22 | 63 | 42 |
| Octal | 376 | 262 | 121 | 0 | 36 | 104 | 0 | 42 | 143 | 102 |
| Binary | 11111110 | 10110010 | 1010001 | 0 | 11110 | 1000100 | 0 | 100010 | 1100011 | 1000010 |
Color Harmonies of #FEB251
Complementary color
Monochromatic Colors of #FEB251
Black with #FEB251
Text Example
Text Example
White with #FEB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB251; }
p { color: rgb(254,178,81); }
H1.HeaderClassName
{
color: #FEB251;
}
.AnyTagClassName
{
color: #FEB251;
}
</style>
background-color css
<style>
a { background-color: #FEB251; }
a { background-color: rgb(254,178,81); }
div.DivClassName
{
background-color: #FEB251;
}
.BgClassName
{
background-color: #FEB251;
}
</style>
border-color css
<style>
span { border-color: #FEB251; }
span { border-color: rgb(254,178,81); }
td.TdClassName
{
border-color: #FEB251;
}
.TagClassName
{
border-color: #FEB251;
}
</style>