Shades of Koromiko #FEBA57
Tints of Koromiko #FEBA57
RGB
CMYK
RGB Variations
Color information
#FEBA57 (or 0xFEBA57) is known color: Koromiko. HEX triplet: FE, BA and 57. RGB value is (254,186,87). Sum of RGB (Red+Green+Blue) = 254+186+87=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA57 is #0145A8. Grayscale: #C3C3C3. Windows color (decimal): -83369 or 5749502. OLE color: 5749502.
HSL color Cylindrical-coordinate representation of color #FEBA57: hue angle of 35.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEBA57 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 87 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.00 |
| HSL | 35.57º | 0.99% | 0.67% | - |
| HSV(B) | 35.57º | 0.66% | 1% | - |
| XYZ | 60.15 | 56.88 | 16.82 | - |
| YUV | 195.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 87 | 0 | 0.27 | 0.66 | 0.00 | 35.57 | 0.99 | 0.67 |
| Hex | FE | BA | 57 | 0 | 1B | 42 | 0 | 24 | 63 | 43 |
| Octal | 376 | 272 | 127 | 0 | 33 | 102 | 0 | 44 | 143 | 103 |
| Binary | 11111110 | 10111010 | 1010111 | 0 | 11011 | 1000010 | 0 | 100100 | 1100011 | 1000011 |
Color Harmonies of #FEBA57
Complementary color
Monochromatic Colors of #FEBA57
Black with #FEBA57
Text Example
Text Example
White with #FEBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA57; }
p { color: rgb(254,186,87); }
H1.HeaderClassName
{
color: #FEBA57;
}
.AnyTagClassName
{
color: #FEBA57;
}
</style>
background-color css
<style>
a { background-color: #FEBA57; }
a { background-color: rgb(254,186,87); }
div.DivClassName
{
background-color: #FEBA57;
}
.BgClassName
{
background-color: #FEBA57;
}
</style>
border-color css
<style>
span { border-color: #FEBA57; }
span { border-color: rgb(254,186,87); }
td.TdClassName
{
border-color: #FEBA57;
}
.TagClassName
{
border-color: #FEBA57;
}
</style>