Shades of Koromiko #FEB653
Tints of Koromiko #FEB653
RGB
CMYK
RGB Variations
Color information
#FEB653 (or 0xFEB653) is known color: Koromiko. HEX triplet: FE, B6 and 53. RGB value is (254,182,83). Sum of RGB (Red+Green+Blue) = 254+182+83=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB653 is #0149AC. Grayscale: #C0C0C0. Windows color (decimal): -84397 or 5486334. OLE color: 5486334.
HSL color Cylindrical-coordinate representation of color #FEB653: hue angle of 34.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEB653 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 83 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.00 |
| HSL | 34.74º | 0.99% | 0.66% | - |
| HSV(B) | 34.74º | 0.67% | 1% | - |
| XYZ | 59.16 | 55.15 | 15.71 | - |
| YUV | 192.24 | 66.35 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 83 | 0 | 0.28 | 0.67 | 0.00 | 34.74 | 0.99 | 0.66 |
| Hex | FE | B6 | 53 | 0 | 1C | 43 | 0 | 23 | 63 | 42 |
| Octal | 376 | 266 | 123 | 0 | 34 | 103 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10110110 | 1010011 | 0 | 11100 | 1000011 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB653
Complementary color
Monochromatic Colors of #FEB653
Black with #FEB653
Text Example
Text Example
White with #FEB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB653; }
p { color: rgb(254,182,83); }
H1.HeaderClassName
{
color: #FEB653;
}
.AnyTagClassName
{
color: #FEB653;
}
</style>
background-color css
<style>
a { background-color: #FEB653; }
a { background-color: rgb(254,182,83); }
div.DivClassName
{
background-color: #FEB653;
}
.BgClassName
{
background-color: #FEB653;
}
</style>
border-color css
<style>
span { border-color: #FEB653; }
span { border-color: rgb(254,182,83); }
td.TdClassName
{
border-color: #FEB653;
}
.TagClassName
{
border-color: #FEB653;
}
</style>