Shades of Koromiko #FEB350
Tints of Koromiko #FEB350
RGB
CMYK
RGB Variations
Color information
#FEB350 (or 0xFEB350) is known color: Koromiko. HEX triplet: FE, B3 and 50. RGB value is (254,179,80). Sum of RGB (Red+Green+Blue) = 254+179+80=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB350 is #014CAF. Grayscale: #BEBEBE. Windows color (decimal): -85168 or 5288958. OLE color: 5288958.
HSL color Cylindrical-coordinate representation of color #FEB350: hue angle of 34.14º 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 #FEB350 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 80 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.00 |
| HSL | 34.14º | 0.99% | 0.65% | - |
| HSV(B) | 34.14º | 0.69% | 1% | - |
| XYZ | 58.44 | 53.89 | 14.91 | - |
| YUV | 190.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 80 | 0 | 0.30 | 0.69 | 0.00 | 34.14 | 0.99 | 0.65 |
| Hex | FE | B3 | 50 | 0 | 1E | 45 | 0 | 22 | 63 | 41 |
| Octal | 376 | 263 | 120 | 0 | 36 | 105 | 0 | 42 | 143 | 101 |
| Binary | 11111110 | 10110011 | 1010000 | 0 | 11110 | 1000101 | 0 | 100010 | 1100011 | 1000001 |
Color Harmonies of #FEB350
Complementary color
Monochromatic Colors of #FEB350
Black with #FEB350
Text Example
Text Example
White with #FEB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB350; }
p { color: rgb(254,179,80); }
H1.HeaderClassName
{
color: #FEB350;
}
.AnyTagClassName
{
color: #FEB350;
}
</style>
background-color css
<style>
a { background-color: #FEB350; }
a { background-color: rgb(254,179,80); }
div.DivClassName
{
background-color: #FEB350;
}
.BgClassName
{
background-color: #FEB350;
}
</style>
border-color css
<style>
span { border-color: #FEB350; }
span { border-color: rgb(254,179,80); }
td.TdClassName
{
border-color: #FEB350;
}
.TagClassName
{
border-color: #FEB350;
}
</style>