Shades of Koromiko #FEB754
Tints of Koromiko #FEB754
RGB
CMYK
RGB Variations
Color information
#FEB754 (or 0xFEB754) is known color: Koromiko. HEX triplet: FE, B7 and 54. RGB value is (254,183,84). Sum of RGB (Red+Green+Blue) = 254+183+84=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB754 is #0148AB. Grayscale: #C1C1C1. Windows color (decimal): -84140 or 5552126. OLE color: 5552126.
HSL color Cylindrical-coordinate representation of color #FEB754: hue angle of 34.94º 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 #FEB754 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 84 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.00 |
| HSL | 34.94º | 0.99% | 0.66% | - |
| HSV(B) | 34.94º | 0.67% | 1% | - |
| XYZ | 59.41 | 55.58 | 15.98 | - |
| YUV | 192.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 84 | 0 | 0.28 | 0.67 | 0.00 | 34.94 | 0.99 | 0.66 |
| Hex | FE | B7 | 54 | 0 | 1C | 43 | 0 | 23 | 63 | 42 |
| Octal | 376 | 267 | 124 | 0 | 34 | 103 | 0 | 43 | 143 | 102 |
| Binary | 11111110 | 10110111 | 1010100 | 0 | 11100 | 1000011 | 0 | 100011 | 1100011 | 1000010 |
Color Harmonies of #FEB754
Complementary color
Monochromatic Colors of #FEB754
Black with #FEB754
Text Example
Text Example
White with #FEB754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB754; }
p { color: rgb(254,183,84); }
H1.HeaderClassName
{
color: #FEB754;
}
.AnyTagClassName
{
color: #FEB754;
}
</style>
background-color css
<style>
a { background-color: #FEB754; }
a { background-color: rgb(254,183,84); }
div.DivClassName
{
background-color: #FEB754;
}
.BgClassName
{
background-color: #FEB754;
}
</style>
border-color css
<style>
span { border-color: #FEB754; }
span { border-color: rgb(254,183,84); }
td.TdClassName
{
border-color: #FEB754;
}
.TagClassName
{
border-color: #FEB754;
}
</style>