Shades of My Sin #FEA84A
Tints of My Sin #FEA84A
RGB
CMYK
RGB Variations
Color information
#FEA84A (or 0xFEA84A) is known color: My Sin. HEX triplet: FE, A8 and 4A. RGB value is (254,168,74). Sum of RGB (Red+Green+Blue) = 254+168+74=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA84A is #0157B5. Grayscale: #B7B7B7. Windows color (decimal): -87990 or 4892926. OLE color: 4892926.
HSL color Cylindrical-coordinate representation of color #FEA84A: hue angle of 31.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEA84A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 74 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.00 |
| HSL | 31.33º | 0.99% | 0.64% | - |
| HSV(B) | 31.33º | 0.71% | 1% | - |
| XYZ | 56.11 | 49.57 | 13.09 | - |
| YUV | 183 | 66.49 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 74 | 0 | 0.34 | 0.71 | 0.00 | 31.33 | 0.99 | 0.64 |
| Hex | FE | A8 | 4A | 0 | 22 | 47 | 0 | 1F | 63 | 40 |
| Octal | 376 | 250 | 112 | 0 | 42 | 107 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10101000 | 1001010 | 0 | 100010 | 1000111 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA84A
Complementary color
Monochromatic Colors of #FEA84A
Black with #FEA84A
Text Example
Text Example
White with #FEA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA84A; }
p { color: rgb(254,168,74); }
H1.HeaderClassName
{
color: #FEA84A;
}
.AnyTagClassName
{
color: #FEA84A;
}
</style>
background-color css
<style>
a { background-color: #FEA84A; }
a { background-color: rgb(254,168,74); }
div.DivClassName
{
background-color: #FEA84A;
}
.BgClassName
{
background-color: #FEA84A;
}
</style>
border-color css
<style>
span { border-color: #FEA84A; }
span { border-color: rgb(254,168,74); }
td.TdClassName
{
border-color: #FEA84A;
}
.TagClassName
{
border-color: #FEA84A;
}
</style>