Shades of Koromiko #FEB759
Tints of Koromiko #FEB759
RGB
CMYK
RGB Variations
Color information
#FEB759 (or 0xFEB759) is known color: Koromiko. HEX triplet: FE, B7 and 59. RGB value is (254,183,89). Sum of RGB (Red+Green+Blue) = 254+183+89=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 89 (35.16% from 255 or 16.92% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB759 is #0148A6. Grayscale: #C1C1C1. Windows color (decimal): -84135 or 5879806. OLE color: 5879806.
HSL color Cylindrical-coordinate representation of color #FEB759: hue angle of 34.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEB759 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 89 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.00 |
| HSL | 34.18º | 0.99% | 0.67% | - |
| HSV(B) | 34.18º | 0.65% | 1% | - |
| XYZ | 59.61 | 55.66 | 17.05 | - |
| YUV | 193.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 89 | 0 | 0.28 | 0.65 | 0.00 | 34.18 | 0.99 | 0.67 |
| Hex | FE | B7 | 59 | 0 | 1C | 41 | 0 | 22 | 63 | 43 |
| Octal | 376 | 267 | 131 | 0 | 34 | 101 | 0 | 42 | 143 | 103 |
| Binary | 11111110 | 10110111 | 1011001 | 0 | 11100 | 1000001 | 0 | 100010 | 1100011 | 1000011 |
Color Harmonies of #FEB759
Complementary color
Monochromatic Colors of #FEB759
Black with #FEB759
Text Example
Text Example
White with #FEB759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB759; }
p { color: rgb(254,183,89); }
H1.HeaderClassName
{
color: #FEB759;
}
.AnyTagClassName
{
color: #FEB759;
}
</style>
background-color css
<style>
a { background-color: #FEB759; }
a { background-color: rgb(254,183,89); }
div.DivClassName
{
background-color: #FEB759;
}
.BgClassName
{
background-color: #FEB759;
}
</style>
border-color css
<style>
span { border-color: #FEB759; }
span { border-color: rgb(254,183,89); }
td.TdClassName
{
border-color: #FEB759;
}
.TagClassName
{
border-color: #FEB759;
}
</style>