Shades of My Sin #F4A83E
Tints of My Sin #F4A83E
RGB
CMYK
RGB Variations
Color information
#F4A83E (or 0xF4A83E) is known color: My Sin. HEX triplet: F4, A8 and 3E. RGB value is (244,168,62). Sum of RGB (Red+Green+Blue) = 244+168+62=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A83E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A83E is #0B57C1. Grayscale: #B3B3B3. Windows color (decimal): -743362 or 4106484. OLE color: 4106484.
HSL color Cylindrical-coordinate representation of color #F4A83E: hue angle of 34.95º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4A83E is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 62 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.04 |
| HSL | 34.95º | 0.89% | 0.6% | - |
| HSV(B) | 34.95º | 0.75% | 0.96% | - |
| XYZ | 52.18 | 47.59 | 10.99 | - |
| YUV | 178.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 62 | 0 | 0.31 | 0.75 | 0.04 | 34.95 | 0.89 | 0.6 |
| Hex | F4 | A8 | 3E | 0 | 1F | 4B | 4 | 23 | 59 | 3C |
| Octal | 364 | 250 | 76 | 0 | 37 | 113 | 4 | 43 | 131 | 74 |
| Binary | 11110100 | 10101000 | 111110 | 0 | 11111 | 1001011 | 100 | 100011 | 1011001 | 111100 |
Color Harmonies of #F4A83E
Complementary color
Monochromatic Colors of #F4A83E
Black with #F4A83E
Text Example
Text Example
White with #F4A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A83E; }
p { color: rgb(244,168,62); }
H1.HeaderClassName
{
color: #F4A83E;
}
.AnyTagClassName
{
color: #F4A83E;
}
</style>
background-color css
<style>
a { background-color: #F4A83E; }
a { background-color: rgb(244,168,62); }
div.DivClassName
{
background-color: #F4A83E;
}
.BgClassName
{
background-color: #F4A83E;
}
</style>
border-color css
<style>
span { border-color: #F4A83E; }
span { border-color: rgb(244,168,62); }
td.TdClassName
{
border-color: #F4A83E;
}
.TagClassName
{
border-color: #F4A83E;
}
</style>