Shades of My Sin #FEA74A
Tints of My Sin #FEA74A
RGB
CMYK
RGB Variations
Color information
#FEA74A (or 0xFEA74A) is known color: My Sin. HEX triplet: FE, A7 and 4A. RGB value is (254,167,74). Sum of RGB (Red+Green+Blue) = 254+167+74=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA74A is #0158B5. Grayscale: #B6B6B6. Windows color (decimal): -88246 or 4892670. OLE color: 4892670.
HSL color Cylindrical-coordinate representation of color #FEA74A: hue angle of 31º 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 #FEA74A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 74 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.00 |
| HSL | 31º | 0.99% | 0.64% | - |
| HSV(B) | 31º | 0.71% | 1% | - |
| XYZ | 55.93 | 49.2 | 13.03 | - |
| YUV | 182.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 74 | 0 | 0.34 | 0.71 | 0.00 | 31 | 0.99 | 0.64 |
| Hex | FE | A7 | 4A | 0 | 22 | 47 | 0 | 1F | 63 | 40 |
| Octal | 376 | 247 | 112 | 0 | 42 | 107 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100111 | 1001010 | 0 | 100010 | 1000111 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA74A
Complementary color
Monochromatic Colors of #FEA74A
Black with #FEA74A
Text Example
Text Example
White with #FEA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA74A; }
p { color: rgb(254,167,74); }
H1.HeaderClassName
{
color: #FEA74A;
}
.AnyTagClassName
{
color: #FEA74A;
}
</style>
background-color css
<style>
a { background-color: #FEA74A; }
a { background-color: rgb(254,167,74); }
div.DivClassName
{
background-color: #FEA74A;
}
.BgClassName
{
background-color: #FEA74A;
}
</style>
border-color css
<style>
span { border-color: #FEA74A; }
span { border-color: rgb(254,167,74); }
td.TdClassName
{
border-color: #FEA74A;
}
.TagClassName
{
border-color: #FEA74A;
}
</style>