Shades of My Sin #F4AD40
Tints of My Sin #F4AD40
RGB
CMYK
RGB Variations
Color information
#F4AD40 (or 0xF4AD40) is known color: My Sin. HEX triplet: F4, AD and 40. RGB value is (244,173,64). Sum of RGB (Red+Green+Blue) = 244+173+64=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AD40 is #0B52BF. Grayscale: #B6B6B6. Windows color (decimal): -742080 or 4238836. OLE color: 4238836.
HSL color Cylindrical-coordinate representation of color #F4AD40: hue angle of 36.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4AD40 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.04 |
| HSL | 36.33º | 0.89% | 0.6% | - |
| HSV(B) | 36.33º | 0.74% | 0.96% | - |
| XYZ | 53.18 | 49.49 | 11.6 | - |
| YUV | 181.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 64 | 0 | 0.29 | 0.74 | 0.04 | 36.33 | 0.89 | 0.6 |
| Hex | F4 | AD | 40 | 0 | 1D | 4A | 4 | 24 | 59 | 3C |
| Octal | 364 | 255 | 100 | 0 | 35 | 112 | 4 | 44 | 131 | 74 |
| Binary | 11110100 | 10101101 | 1000000 | 0 | 11101 | 1001010 | 100 | 100100 | 1011001 | 111100 |
Color Harmonies of #F4AD40
Complementary color
Monochromatic Colors of #F4AD40
Black with #F4AD40
Text Example
Text Example
White with #F4AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AD40; }
p { color: rgb(244,173,64); }
H1.HeaderClassName
{
color: #F4AD40;
}
.AnyTagClassName
{
color: #F4AD40;
}
</style>
background-color css
<style>
a { background-color: #F4AD40; }
a { background-color: rgb(244,173,64); }
div.DivClassName
{
background-color: #F4AD40;
}
.BgClassName
{
background-color: #F4AD40;
}
</style>
border-color css
<style>
span { border-color: #F4AD40; }
span { border-color: rgb(244,173,64); }
td.TdClassName
{
border-color: #F4AD40;
}
.TagClassName
{
border-color: #F4AD40;
}
</style>