Shades of Koromiko #FEB755
Tints of Koromiko #FEB755
RGB
CMYK
RGB Variations
Color information
#FEB755 (or 0xFEB755) is known color: Koromiko. HEX triplet: FE, B7 and 55. RGB value is (254,183,85). Sum of RGB (Red+Green+Blue) = 254+183+85=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB755 is #0148AA. Grayscale: #C1C1C1. Windows color (decimal): -84139 or 5617662. OLE color: 5617662.
HSL color Cylindrical-coordinate representation of color #FEB755: hue angle of 34.79º 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 #FEB755 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 85 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.00 |
| HSL | 34.79º | 0.99% | 0.66% | - |
| HSV(B) | 34.79º | 0.67% | 1% | - |
| XYZ | 59.45 | 55.59 | 16.19 | - |
| YUV | 193.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 85 | 0 | 0.28 | 0.67 | 0.00 | 34.79 | 0.99 | 0.66 |
| Hex | FE | B7 | 55 | 0 | 1C | 43 | 0 | 23 | 63 | 42 |
| Octal | 376 | 267 | 125 | 0 | 34 | 103 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10110111 | 1010101 | 0 | 11100 | 1000011 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB755
Complementary color
Monochromatic Colors of #FEB755
Black with #FEB755
Text Example
Text Example
White with #FEB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB755; }
p { color: rgb(254,183,85); }
H1.HeaderClassName
{
color: #FEB755;
}
.AnyTagClassName
{
color: #FEB755;
}
</style>
background-color css
<style>
a { background-color: #FEB755; }
a { background-color: rgb(254,183,85); }
div.DivClassName
{
background-color: #FEB755;
}
.BgClassName
{
background-color: #FEB755;
}
</style>
border-color css
<style>
span { border-color: #FEB755; }
span { border-color: rgb(254,183,85); }
td.TdClassName
{
border-color: #FEB755;
}
.TagClassName
{
border-color: #FEB755;
}
</style>