Shades of My Sin #FEB04C
Tints of My Sin #FEB04C
RGB
CMYK
RGB Variations
Color information
#FEB04C (or 0xFEB04C) is known color: My Sin. HEX triplet: FE, B0 and 4C. RGB value is (254,176,76). Sum of RGB (Red+Green+Blue) = 254+176+76=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB04C is #014FB3. Grayscale: #BCBCBC. Windows color (decimal): -85940 or 5026046. OLE color: 5026046.
HSL color Cylindrical-coordinate representation of color #FEB04C: hue angle of 33.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEB04C is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 76 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.00 |
| HSL | 33.71º | 0.99% | 0.65% | - |
| HSV(B) | 33.71º | 0.7% | 1% | - |
| XYZ | 57.7 | 52.64 | 13.96 | - |
| YUV | 187.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 76 | 0 | 0.31 | 0.70 | 0.00 | 33.71 | 0.99 | 0.65 |
| Hex | FE | B0 | 4C | 0 | 1F | 46 | 0 | 22 | 63 | 41 |
| Octal | 376 | 260 | 114 | 0 | 37 | 106 | 0 | 42 | 143 | 101 |
| Binary | 11111110 | 10110000 | 1001100 | 0 | 11111 | 1000110 | 0 | 100010 | 1100011 | 1000001 |
Color Harmonies of #FEB04C
Complementary color
Monochromatic Colors of #FEB04C
Black with #FEB04C
Text Example
Text Example
White with #FEB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB04C; }
p { color: rgb(254,176,76); }
H1.HeaderClassName
{
color: #FEB04C;
}
.AnyTagClassName
{
color: #FEB04C;
}
</style>
background-color css
<style>
a { background-color: #FEB04C; }
a { background-color: rgb(254,176,76); }
div.DivClassName
{
background-color: #FEB04C;
}
.BgClassName
{
background-color: #FEB04C;
}
</style>
border-color css
<style>
span { border-color: #FEB04C; }
span { border-color: rgb(254,176,76); }
td.TdClassName
{
border-color: #FEB04C;
}
.TagClassName
{
border-color: #FEB04C;
}
</style>