Shades of Koromiko #FEBB55
Tints of Koromiko #FEBB55
RGB
CMYK
RGB Variations
Color information
#FEBB55 (or 0xFEBB55) is known color: Koromiko. HEX triplet: FE, BB and 55. RGB value is (254,187,85). Sum of RGB (Red+Green+Blue) = 254+187+85=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB55 is #0144AA. Grayscale: #C3C3C3. Windows color (decimal): -83115 or 5618686. OLE color: 5618686.
HSL color Cylindrical-coordinate representation of color #FEBB55: hue angle of 36.21º 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 #FEBB55 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 85 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.00 |
| HSL | 36.21º | 0.99% | 0.66% | - |
| HSV(B) | 36.21º | 0.67% | 1% | - |
| XYZ | 60.28 | 57.27 | 16.47 | - |
| YUV | 195.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 85 | 0 | 0.26 | 0.67 | 0.00 | 36.21 | 0.99 | 0.66 |
| Hex | FE | BB | 55 | 0 | 1A | 43 | 0 | 24 | 63 | 42 |
| Octal | 376 | 273 | 125 | 0 | 32 | 103 | 0 | 44 | 143 | 102 |
| Binary | 11111110 | 10111011 | 1010101 | 0 | 11010 | 1000011 | 0 | 100100 | 1100011 | 1000010 |
Color Harmonies of #FEBB55
Complementary color
Monochromatic Colors of #FEBB55
Black with #FEBB55
Text Example
Text Example
White with #FEBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB55; }
p { color: rgb(254,187,85); }
H1.HeaderClassName
{
color: #FEBB55;
}
.AnyTagClassName
{
color: #FEBB55;
}
</style>
background-color css
<style>
a { background-color: #FEBB55; }
a { background-color: rgb(254,187,85); }
div.DivClassName
{
background-color: #FEBB55;
}
.BgClassName
{
background-color: #FEBB55;
}
</style>
border-color css
<style>
span { border-color: #FEBB55; }
span { border-color: rgb(254,187,85); }
td.TdClassName
{
border-color: #FEBB55;
}
.TagClassName
{
border-color: #FEBB55;
}
</style>