Shades of Koromiko #FEB04D
Tints of Koromiko #FEB04D
RGB
CMYK
RGB Variations
Color information
#FEB04D (or 0xFEB04D) is known color: Koromiko. HEX triplet: FE, B0 and 4D. RGB value is (254,176,77). Sum of RGB (Red+Green+Blue) = 254+176+77=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB04D is #014FB2. Grayscale: #BCBCBC. Windows color (decimal): -85939 or 5091582. OLE color: 5091582.
HSL color Cylindrical-coordinate representation of color #FEB04D: hue angle of 33.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEB04D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 77 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.00 |
| HSL | 33.56º | 0.99% | 0.65% | - |
| HSV(B) | 33.56º | 0.7% | 1% | - |
| XYZ | 57.74 | 52.66 | 14.14 | - |
| YUV | 188.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 77 | 0 | 0.31 | 0.70 | 0.00 | 33.56 | 0.99 | 0.65 |
| Hex | FE | B0 | 4D | 0 | 1F | 46 | 0 | 22 | 63 | 41 |
| Octal | 376 | 260 | 115 | 0 | 37 | 106 | 0 | 42 | 143 | 101 |
| Binary | 11111110 | 10110000 | 1001101 | 0 | 11111 | 1000110 | 0 | 100010 | 1100011 | 1000001 |
Color Harmonies of #FEB04D
Complementary color
Monochromatic Colors of #FEB04D
Black with #FEB04D
Text Example
Text Example
White with #FEB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB04D; }
p { color: rgb(254,176,77); }
H1.HeaderClassName
{
color: #FEB04D;
}
.AnyTagClassName
{
color: #FEB04D;
}
</style>
background-color css
<style>
a { background-color: #FEB04D; }
a { background-color: rgb(254,176,77); }
div.DivClassName
{
background-color: #FEB04D;
}
.BgClassName
{
background-color: #FEB04D;
}
</style>
border-color css
<style>
span { border-color: #FEB04D; }
span { border-color: rgb(254,176,77); }
td.TdClassName
{
border-color: #FEB04D;
}
.TagClassName
{
border-color: #FEB04D;
}
</style>