Shades of My Sin #FEAD4C
Tints of My Sin #FEAD4C
RGB
CMYK
RGB Variations
Color information
#FEAD4C (or 0xFEAD4C) is known color: My Sin. HEX triplet: FE, AD and 4C. RGB value is (254,173,76). Sum of RGB (Red+Green+Blue) = 254+173+76=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD4C is #0152B3. Grayscale: #BABABA. Windows color (decimal): -86708 or 5025278. OLE color: 5025278.
HSL color Cylindrical-coordinate representation of color #FEAD4C: hue angle of 32.7º 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 #FEAD4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.00 |
| HSL | 32.7º | 0.99% | 0.65% | - |
| HSV(B) | 32.7º | 0.7% | 1% | - |
| XYZ | 57.12 | 51.48 | 13.76 | - |
| YUV | 186.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 76 | 0 | 0.32 | 0.70 | 0.00 | 32.7 | 0.99 | 0.65 |
| Hex | FE | AD | 4C | 0 | 20 | 46 | 0 | 21 | 63 | 41 |
| Octal | 376 | 255 | 114 | 0 | 40 | 106 | 0 | 41 | 143 | 101 |
| Binary | 11111110 | 10101101 | 1001100 | 0 | 100000 | 1000110 | 0 | 100001 | 1100011 | 1000001 |
Color Harmonies of #FEAD4C
Complementary color
Monochromatic Colors of #FEAD4C
Black with #FEAD4C
Text Example
Text Example
White with #FEAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD4C; }
p { color: rgb(254,173,76); }
H1.HeaderClassName
{
color: #FEAD4C;
}
.AnyTagClassName
{
color: #FEAD4C;
}
</style>
background-color css
<style>
a { background-color: #FEAD4C; }
a { background-color: rgb(254,173,76); }
div.DivClassName
{
background-color: #FEAD4C;
}
.BgClassName
{
background-color: #FEAD4C;
}
</style>
border-color css
<style>
span { border-color: #FEAD4C; }
span { border-color: rgb(254,173,76); }
td.TdClassName
{
border-color: #FEAD4C;
}
.TagClassName
{
border-color: #FEAD4C;
}
</style>