Shades of Koromiko #FEB956
Tints of Koromiko #FEB956
RGB
CMYK
RGB Variations
Color information
#FEB956 (or 0xFEB956) is known color: Koromiko. HEX triplet: FE, B9 and 56. RGB value is (254,185,86). Sum of RGB (Red+Green+Blue) = 254+185+86=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB956 is #0146A9. Grayscale: #C2C2C2. Windows color (decimal): -83626 or 5683710. OLE color: 5683710.
HSL color Cylindrical-coordinate representation of color #FEB956: hue angle of 35.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEB956 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 86 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.00 |
| HSL | 35.36º | 0.99% | 0.67% | - |
| HSV(B) | 35.36º | 0.66% | 1% | - |
| XYZ | 59.9 | 56.44 | 16.54 | - |
| YUV | 194.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 86 | 0 | 0.27 | 0.66 | 0.00 | 35.36 | 0.99 | 0.67 |
| Hex | FE | B9 | 56 | 0 | 1B | 42 | 0 | 23 | 63 | 43 |
| Octal | 376 | 271 | 126 | 0 | 33 | 102 | 0 | 43 | 143 | 103 |
| Binary | 11111110 | 10111001 | 1010110 | 0 | 11011 | 1000010 | 0 | 100011 | 1100011 | 1000011 |
Color Harmonies of #FEB956
Complementary color
Monochromatic Colors of #FEB956
Black with #FEB956
Text Example
Text Example
White with #FEB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB956; }
p { color: rgb(254,185,86); }
H1.HeaderClassName
{
color: #FEB956;
}
.AnyTagClassName
{
color: #FEB956;
}
</style>
background-color css
<style>
a { background-color: #FEB956; }
a { background-color: rgb(254,185,86); }
div.DivClassName
{
background-color: #FEB956;
}
.BgClassName
{
background-color: #FEB956;
}
</style>
border-color css
<style>
span { border-color: #FEB956; }
span { border-color: rgb(254,185,86); }
td.TdClassName
{
border-color: #FEB956;
}
.TagClassName
{
border-color: #FEB956;
}
</style>