Shades of Koromiko #FEB954
Tints of Koromiko #FEB954
RGB
CMYK
RGB Variations
Color information
#FEB954 (or 0xFEB954) is known color: Koromiko. HEX triplet: FE, B9 and 54. RGB value is (254,185,84). Sum of RGB (Red+Green+Blue) = 254+185+84=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB954 is #0146AB. Grayscale: #C2C2C2. Windows color (decimal): -83628 or 5552638. OLE color: 5552638.
HSL color Cylindrical-coordinate representation of color #FEB954: hue angle of 35.65º 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 #FEB954 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 84 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.00 |
| HSL | 35.65º | 0.99% | 0.66% | - |
| HSV(B) | 35.65º | 0.67% | 1% | - |
| XYZ | 59.82 | 56.41 | 16.12 | - |
| YUV | 194.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 84 | 0 | 0.27 | 0.67 | 0.00 | 35.65 | 0.99 | 0.66 |
| Hex | FE | B9 | 54 | 0 | 1B | 43 | 0 | 24 | 63 | 42 |
| Octal | 376 | 271 | 124 | 0 | 33 | 103 | 0 | 44 | 143 | 102 |
| Binary | 11111110 | 10111001 | 1010100 | 0 | 11011 | 1000011 | 0 | 100100 | 1100011 | 1000010 |
Color Harmonies of #FEB954
Complementary color
Monochromatic Colors of #FEB954
Black with #FEB954
Text Example
Text Example
White with #FEB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB954; }
p { color: rgb(254,185,84); }
H1.HeaderClassName
{
color: #FEB954;
}
.AnyTagClassName
{
color: #FEB954;
}
</style>
background-color css
<style>
a { background-color: #FEB954; }
a { background-color: rgb(254,185,84); }
div.DivClassName
{
background-color: #FEB954;
}
.BgClassName
{
background-color: #FEB954;
}
</style>
border-color css
<style>
span { border-color: #FEB954; }
span { border-color: rgb(254,185,84); }
td.TdClassName
{
border-color: #FEB954;
}
.TagClassName
{
border-color: #FEB954;
}
</style>