Shades of Koromiko #FEB355
Tints of Koromiko #FEB355
RGB
CMYK
RGB Variations
Color information
#FEB355 (or 0xFEB355) is known color: Koromiko. HEX triplet: FE, B3 and 55. RGB value is (254,179,85). Sum of RGB (Red+Green+Blue) = 254+179+85=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB355 is #014CAA. Grayscale: #BFBFBF. Windows color (decimal): -85163 or 5616638. OLE color: 5616638.
HSL color Cylindrical-coordinate representation of color #FEB355: hue angle of 33.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEB355 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 85 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.00 |
| HSL | 33.37º | 0.99% | 0.66% | - |
| HSV(B) | 33.37º | 0.67% | 1% | - |
| XYZ | 58.63 | 53.97 | 15.92 | - |
| YUV | 190.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 85 | 0 | 0.30 | 0.67 | 0.00 | 33.37 | 0.99 | 0.66 |
| Hex | FE | B3 | 55 | 0 | 1E | 43 | 0 | 21 | 63 | 42 |
| Octal | 376 | 263 | 125 | 0 | 36 | 103 | 0 | 41 | 143 | 102 |
| Binary | 11111110 | 10110011 | 1010101 | 0 | 11110 | 1000011 | 0 | 100001 | 1100011 | 1000010 |
Color Harmonies of #FEB355
Complementary color
Monochromatic Colors of #FEB355
Black with #FEB355
Text Example
Text Example
White with #FEB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB355; }
p { color: rgb(254,179,85); }
H1.HeaderClassName
{
color: #FEB355;
}
.AnyTagClassName
{
color: #FEB355;
}
</style>
background-color css
<style>
a { background-color: #FEB355; }
a { background-color: rgb(254,179,85); }
div.DivClassName
{
background-color: #FEB355;
}
.BgClassName
{
background-color: #FEB355;
}
</style>
border-color css
<style>
span { border-color: #FEB355; }
span { border-color: rgb(254,179,85); }
td.TdClassName
{
border-color: #FEB355;
}
.TagClassName
{
border-color: #FEB355;
}
</style>