Shades of My Sin #F4A841
Tints of My Sin #F4A841
RGB
CMYK
RGB Variations
Color information
#F4A841 (or 0xF4A841) is known color: My Sin. HEX triplet: F4, A8 and 41. RGB value is (244,168,65). Sum of RGB (Red+Green+Blue) = 244+168+65=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A841 is #0B57BE. Grayscale: #B3B3B3. Windows color (decimal): -743359 or 4303092. OLE color: 4303092.
HSL color Cylindrical-coordinate representation of color #F4A841: hue angle of 34.53º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4A841 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 65 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.04 |
| HSL | 34.53º | 0.89% | 0.61% | - |
| HSV(B) | 34.53º | 0.73% | 0.96% | - |
| XYZ | 52.27 | 47.62 | 11.44 | - |
| YUV | 178.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 65 | 0 | 0.31 | 0.73 | 0.04 | 34.53 | 0.89 | 0.61 |
| Hex | F4 | A8 | 41 | 0 | 1F | 49 | 4 | 23 | 59 | 3D |
| Octal | 364 | 250 | 101 | 0 | 37 | 111 | 4 | 43 | 131 | 75 |
| Binary | 11110100 | 10101000 | 1000001 | 0 | 11111 | 1001001 | 100 | 100011 | 1011001 | 111101 |
Color Harmonies of #F4A841
Complementary color
Monochromatic Colors of #F4A841
Black with #F4A841
Text Example
Text Example
White with #F4A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A841; }
p { color: rgb(244,168,65); }
H1.HeaderClassName
{
color: #F4A841;
}
.AnyTagClassName
{
color: #F4A841;
}
</style>
background-color css
<style>
a { background-color: #F4A841; }
a { background-color: rgb(244,168,65); }
div.DivClassName
{
background-color: #F4A841;
}
.BgClassName
{
background-color: #F4A841;
}
</style>
border-color css
<style>
span { border-color: #F4A841; }
span { border-color: rgb(244,168,65); }
td.TdClassName
{
border-color: #F4A841;
}
.TagClassName
{
border-color: #F4A841;
}
</style>