Shades of Koromiko #FEB455
Tints of Koromiko #FEB455
RGB
CMYK
RGB Variations
Color information
#FEB455 (or 0xFEB455) is known color: Koromiko. HEX triplet: FE, B4 and 55. RGB value is (254,180,85). Sum of RGB (Red+Green+Blue) = 254+180+85=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB455 is #014BAA. Grayscale: #BFBFBF. Windows color (decimal): -84907 or 5616894. OLE color: 5616894.
HSL color Cylindrical-coordinate representation of color #FEB455: hue angle of 33.73º 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 #FEB455 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 85 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.00 |
| HSL | 33.73º | 0.99% | 0.66% | - |
| HSV(B) | 33.73º | 0.67% | 1% | - |
| XYZ | 58.83 | 54.37 | 15.99 | - |
| YUV | 191.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 85 | 0 | 0.29 | 0.67 | 0.00 | 33.73 | 0.99 | 0.66 |
| Hex | FE | B4 | 55 | 0 | 1D | 43 | 0 | 22 | 63 | 42 |
| Octal | 376 | 264 | 125 | 0 | 35 | 103 | 0 | 42 | 143 | 102 |
| Binary | 11111110 | 10110100 | 1010101 | 0 | 11101 | 1000011 | 0 | 100010 | 1100011 | 1000010 |
Color Harmonies of #FEB455
Complementary color
Monochromatic Colors of #FEB455
Black with #FEB455
Text Example
Text Example
White with #FEB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB455; }
p { color: rgb(254,180,85); }
H1.HeaderClassName
{
color: #FEB455;
}
.AnyTagClassName
{
color: #FEB455;
}
</style>
background-color css
<style>
a { background-color: #FEB455; }
a { background-color: rgb(254,180,85); }
div.DivClassName
{
background-color: #FEB455;
}
.BgClassName
{
background-color: #FEB455;
}
</style>
border-color css
<style>
span { border-color: #FEB455; }
span { border-color: rgb(254,180,85); }
td.TdClassName
{
border-color: #FEB455;
}
.TagClassName
{
border-color: #FEB455;
}
</style>