Shades of Koromiko #FEB150
Tints of Koromiko #FEB150
RGB
CMYK
RGB Variations
Color information
#FEB150 (or 0xFEB150) is known color: Koromiko. HEX triplet: FE, B1 and 50. RGB value is (254,177,80). Sum of RGB (Red+Green+Blue) = 254+177+80=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB150 is #014EAF. Grayscale: #BDBDBD. Windows color (decimal): -85680 or 5288446. OLE color: 5288446.
HSL color Cylindrical-coordinate representation of color #FEB150: hue angle of 33.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEB150 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 80 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.00 |
| HSL | 33.45º | 0.99% | 0.65% | - |
| HSV(B) | 33.45º | 0.69% | 1% | - |
| XYZ | 58.04 | 53.09 | 14.78 | - |
| YUV | 188.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 80 | 0 | 0.30 | 0.69 | 0.00 | 33.45 | 0.99 | 0.65 |
| Hex | FE | B1 | 50 | 0 | 1E | 45 | 0 | 21 | 63 | 41 |
| Octal | 376 | 261 | 120 | 0 | 36 | 105 | 0 | 41 | 143 | 101 |
| Binary | 11111110 | 10110001 | 1010000 | 0 | 11110 | 1000101 | 0 | 100001 | 1100011 | 1000001 |
Color Harmonies of #FEB150
Complementary color
Monochromatic Colors of #FEB150
Black with #FEB150
Text Example
Text Example
White with #FEB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB150; }
p { color: rgb(254,177,80); }
H1.HeaderClassName
{
color: #FEB150;
}
.AnyTagClassName
{
color: #FEB150;
}
</style>
background-color css
<style>
a { background-color: #FEB150; }
a { background-color: rgb(254,177,80); }
div.DivClassName
{
background-color: #FEB150;
}
.BgClassName
{
background-color: #FEB150;
}
</style>
border-color css
<style>
span { border-color: #FEB150; }
span { border-color: rgb(254,177,80); }
td.TdClassName
{
border-color: #FEB150;
}
.TagClassName
{
border-color: #FEB150;
}
</style>