Shades of My Sin #FEB04A
Tints of My Sin #FEB04A
RGB
CMYK
RGB Variations
Color information
#FEB04A (or 0xFEB04A) is known color: My Sin. HEX triplet: FE, B0 and 4A. RGB value is (254,176,74). Sum of RGB (Red+Green+Blue) = 254+176+74=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB04A is #014FB5. Grayscale: #BCBCBC. Windows color (decimal): -85942 or 4894974. OLE color: 4894974.
HSL color Cylindrical-coordinate representation of color #FEB04A: hue angle of 34º 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 #FEB04A is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 74 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.00 |
| HSL | 34º | 0.99% | 0.64% | - |
| HSV(B) | 34º | 0.71% | 1% | - |
| XYZ | 57.63 | 52.62 | 13.6 | - |
| YUV | 187.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 74 | 0 | 0.31 | 0.71 | 0.00 | 34 | 0.99 | 0.64 |
| Hex | FE | B0 | 4A | 0 | 1F | 47 | 0 | 22 | 63 | 40 |
| Octal | 376 | 260 | 112 | 0 | 37 | 107 | 0 | 42 | 143 | 100 |
| Binary | 11111110 | 10110000 | 1001010 | 0 | 11111 | 1000111 | 0 | 100010 | 1100011 | 1000000 |
Color Harmonies of #FEB04A
Complementary color
Monochromatic Colors of #FEB04A
Black with #FEB04A
Text Example
Text Example
White with #FEB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB04A; }
p { color: rgb(254,176,74); }
H1.HeaderClassName
{
color: #FEB04A;
}
.AnyTagClassName
{
color: #FEB04A;
}
</style>
background-color css
<style>
a { background-color: #FEB04A; }
a { background-color: rgb(254,176,74); }
div.DivClassName
{
background-color: #FEB04A;
}
.BgClassName
{
background-color: #FEB04A;
}
</style>
border-color css
<style>
span { border-color: #FEB04A; }
span { border-color: rgb(254,176,74); }
td.TdClassName
{
border-color: #FEB04A;
}
.TagClassName
{
border-color: #FEB04A;
}
</style>