Shades of Koromiko #FEB553
Tints of Koromiko #FEB553
RGB
CMYK
RGB Variations
Color information
#FEB553 (or 0xFEB553) is known color: Koromiko. HEX triplet: FE, B5 and 53. RGB value is (254,181,83). Sum of RGB (Red+Green+Blue) = 254+181+83=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB553 is #014AAC. Grayscale: #C0C0C0. Windows color (decimal): -84653 or 5486078. OLE color: 5486078.
HSL color Cylindrical-coordinate representation of color #FEB553: hue angle of 34.39º 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 #FEB553 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.00 |
| HSL | 34.39º | 0.99% | 0.66% | - |
| HSV(B) | 34.39º | 0.67% | 1% | - |
| XYZ | 58.96 | 54.74 | 15.64 | - |
| YUV | 191.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 83 | 0 | 0.29 | 0.67 | 0.00 | 34.39 | 0.99 | 0.66 |
| Hex | FE | B5 | 53 | 0 | 1D | 43 | 0 | 22 | 63 | 42 |
| Octal | 376 | 265 | 123 | 0 | 35 | 103 | 0 | 42 | 143 | 102 |
| Binary | 11111110 | 10110101 | 1010011 | 0 | 11101 | 1000011 | 0 | 100010 | 1100011 | 1000010 |
Color Harmonies of #FEB553
Complementary color
Monochromatic Colors of #FEB553
Black with #FEB553
Text Example
Text Example
White with #FEB553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB553; }
p { color: rgb(254,181,83); }
H1.HeaderClassName
{
color: #FEB553;
}
.AnyTagClassName
{
color: #FEB553;
}
</style>
background-color css
<style>
a { background-color: #FEB553; }
a { background-color: rgb(254,181,83); }
div.DivClassName
{
background-color: #FEB553;
}
.BgClassName
{
background-color: #FEB553;
}
</style>
border-color css
<style>
span { border-color: #FEB553; }
span { border-color: rgb(254,181,83); }
td.TdClassName
{
border-color: #FEB553;
}
.TagClassName
{
border-color: #FEB553;
}
</style>