Shades of Koromiko #FEBB58
Tints of Koromiko #FEBB58
RGB
CMYK
RGB Variations
Color information
#FEBB58 (or 0xFEBB58) is known color: Koromiko. HEX triplet: FE, BB and 58. RGB value is (254,187,88). Sum of RGB (Red+Green+Blue) = 254+187+88=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB58 is #0144A7. Grayscale: #C4C4C4. Windows color (decimal): -83112 or 5815294. OLE color: 5815294.
HSL color Cylindrical-coordinate representation of color #FEBB58: hue angle of 35.78º 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 #FEBB58 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 88 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.00 |
| HSL | 35.78º | 0.99% | 0.67% | - |
| HSV(B) | 35.78º | 0.65% | 1% | - |
| XYZ | 60.4 | 57.32 | 17.11 | - |
| YUV | 195.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 88 | 0 | 0.26 | 0.65 | 0.00 | 35.78 | 0.99 | 0.67 |
| Hex | FE | BB | 58 | 0 | 1A | 41 | 0 | 24 | 63 | 43 |
| Octal | 376 | 273 | 130 | 0 | 32 | 101 | 0 | 44 | 143 | 103 |
| Binary | 11111110 | 10111011 | 1011000 | 0 | 11010 | 1000001 | 0 | 100100 | 1100011 | 1000011 |
Color Harmonies of #FEBB58
Complementary color
Monochromatic Colors of #FEBB58
Black with #FEBB58
Text Example
Text Example
White with #FEBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB58; }
p { color: rgb(254,187,88); }
H1.HeaderClassName
{
color: #FEBB58;
}
.AnyTagClassName
{
color: #FEBB58;
}
</style>
background-color css
<style>
a { background-color: #FEBB58; }
a { background-color: rgb(254,187,88); }
div.DivClassName
{
background-color: #FEBB58;
}
.BgClassName
{
background-color: #FEBB58;
}
</style>
border-color css
<style>
span { border-color: #FEBB58; }
span { border-color: rgb(254,187,88); }
td.TdClassName
{
border-color: #FEBB58;
}
.TagClassName
{
border-color: #FEBB58;
}
</style>