Shades of My Sin #F4A84A
Tints of My Sin #F4A84A
RGB
CMYK
RGB Variations
Color information
#F4A84A (or 0xF4A84A) is known color: My Sin. HEX triplet: F4, A8 and 4A. RGB value is (244,168,74). Sum of RGB (Red+Green+Blue) = 244+168+74=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A84A is #0B57B5. Grayscale: #B4B4B4. Windows color (decimal): -743350 or 4892916. OLE color: 4892916.
HSL color Cylindrical-coordinate representation of color #F4A84A: hue angle of 33.18º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4A84A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 74 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.04 |
| HSL | 33.18º | 0.89% | 0.62% | - |
| HSV(B) | 33.18º | 0.7% | 0.96% | - |
| XYZ | 52.55 | 47.73 | 12.92 | - |
| YUV | 180.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 74 | 0 | 0.31 | 0.70 | 0.04 | 33.18 | 0.89 | 0.62 |
| Hex | F4 | A8 | 4A | 0 | 1F | 46 | 4 | 21 | 59 | 3E |
| Octal | 364 | 250 | 112 | 0 | 37 | 106 | 4 | 41 | 131 | 76 |
| Binary | 11110100 | 10101000 | 1001010 | 0 | 11111 | 1000110 | 100 | 100001 | 1011001 | 111110 |
Color Harmonies of #F4A84A
Complementary color
Monochromatic Colors of #F4A84A
Black with #F4A84A
Text Example
Text Example
White with #F4A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A84A; }
p { color: rgb(244,168,74); }
H1.HeaderClassName
{
color: #F4A84A;
}
.AnyTagClassName
{
color: #F4A84A;
}
</style>
background-color css
<style>
a { background-color: #F4A84A; }
a { background-color: rgb(244,168,74); }
div.DivClassName
{
background-color: #F4A84A;
}
.BgClassName
{
background-color: #F4A84A;
}
</style>
border-color css
<style>
span { border-color: #F4A84A; }
span { border-color: rgb(244,168,74); }
td.TdClassName
{
border-color: #F4A84A;
}
.TagClassName
{
border-color: #F4A84A;
}
</style>