Shades of Koromiko #FEB651
Tints of Koromiko #FEB651
RGB
CMYK
RGB Variations
Color information
#FEB651 (or 0xFEB651) is known color: Koromiko. HEX triplet: FE, B6 and 51. RGB value is (254,182,81). Sum of RGB (Red+Green+Blue) = 254+182+81=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB651 is #0149AE. Grayscale: #C0C0C0. Windows color (decimal): -84399 or 5355262. OLE color: 5355262.
HSL color Cylindrical-coordinate representation of color #FEB651: hue angle of 35.03º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEB651 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 81 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.00 |
| HSL | 35.03º | 0.99% | 0.66% | - |
| HSV(B) | 35.03º | 0.68% | 1% | - |
| XYZ | 59.09 | 55.12 | 15.31 | - |
| YUV | 192.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 81 | 0 | 0.28 | 0.68 | 0.00 | 35.03 | 0.99 | 0.66 |
| Hex | FE | B6 | 51 | 0 | 1C | 44 | 0 | 23 | 63 | 42 |
| Octal | 376 | 266 | 121 | 0 | 34 | 104 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10110110 | 1010001 | 0 | 11100 | 1000100 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB651
Complementary color
Monochromatic Colors of #FEB651
Black with #FEB651
Text Example
Text Example
White with #FEB651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB651; }
p { color: rgb(254,182,81); }
H1.HeaderClassName
{
color: #FEB651;
}
.AnyTagClassName
{
color: #FEB651;
}
</style>
background-color css
<style>
a { background-color: #FEB651; }
a { background-color: rgb(254,182,81); }
div.DivClassName
{
background-color: #FEB651;
}
.BgClassName
{
background-color: #FEB651;
}
</style>
border-color css
<style>
span { border-color: #FEB651; }
span { border-color: rgb(254,182,81); }
td.TdClassName
{
border-color: #FEB651;
}
.TagClassName
{
border-color: #FEB651;
}
</style>