Shades of Koromiko #FEBB5B
Tints of Koromiko #FEBB5B
RGB
CMYK
RGB Variations
Color information
#FEBB5B (or 0xFEBB5B) is known color: Koromiko. HEX triplet: FE, BB and 5B. RGB value is (254,187,91). Sum of RGB (Red+Green+Blue) = 254+187+91=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB5B is #0144A4. Grayscale: #C4C4C4. Windows color (decimal): -83109 or 6011902. OLE color: 6011902.
HSL color Cylindrical-coordinate representation of color #FEBB5B: hue angle of 35.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEBB5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.00 |
| HSL | 35.34º | 0.99% | 0.68% | - |
| HSV(B) | 35.34º | 0.64% | 1% | - |
| XYZ | 60.53 | 57.37 | 17.78 | - |
| YUV | 196.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 91 | 0 | 0.26 | 0.64 | 0.00 | 35.34 | 0.99 | 0.68 |
| Hex | FE | BB | 5B | 0 | 1A | 40 | 0 | 23 | 63 | 44 |
| Octal | 376 | 273 | 133 | 0 | 32 | 100 | 0 | 43 | 143 | 104 |
| Binary | 11111110 | 10111011 | 1011011 | 0 | 11010 | 1000000 | 0 | 100011 | 1100011 | 1000100 |
Color Harmonies of #FEBB5B
Complementary color
Monochromatic Colors of #FEBB5B
Black with #FEBB5B
Text Example
Text Example
White with #FEBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB5B; }
p { color: rgb(254,187,91); }
H1.HeaderClassName
{
color: #FEBB5B;
}
.AnyTagClassName
{
color: #FEBB5B;
}
</style>
background-color css
<style>
a { background-color: #FEBB5B; }
a { background-color: rgb(254,187,91); }
div.DivClassName
{
background-color: #FEBB5B;
}
.BgClassName
{
background-color: #FEBB5B;
}
</style>
border-color css
<style>
span { border-color: #FEBB5B; }
span { border-color: rgb(254,187,91); }
td.TdClassName
{
border-color: #FEBB5B;
}
.TagClassName
{
border-color: #FEBB5B;
}
</style>