Shades of My Sin #F4A83F
Tints of My Sin #F4A83F
RGB
CMYK
RGB Variations
Color information
#F4A83F (or 0xF4A83F) is known color: My Sin. HEX triplet: F4, A8 and 3F. RGB value is (244,168,63). Sum of RGB (Red+Green+Blue) = 244+168+63=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A83F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A83F is #0B57C0. Grayscale: #B3B3B3. Windows color (decimal): -743361 or 4172020. OLE color: 4172020.
HSL color Cylindrical-coordinate representation of color #F4A83F: hue angle of 34.81º 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 #F4A83F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 63 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.04 |
| HSL | 34.81º | 0.89% | 0.6% | - |
| HSV(B) | 34.81º | 0.74% | 0.96% | - |
| XYZ | 52.21 | 47.6 | 11.14 | - |
| YUV | 178.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 63 | 0 | 0.31 | 0.74 | 0.04 | 34.81 | 0.89 | 0.6 |
| Hex | F4 | A8 | 3F | 0 | 1F | 4A | 4 | 23 | 59 | 3C |
| Octal | 364 | 250 | 77 | 0 | 37 | 112 | 4 | 43 | 131 | 74 |
| Binary | 11110100 | 10101000 | 111111 | 0 | 11111 | 1001010 | 100 | 100011 | 1011001 | 111100 |
Color Harmonies of #F4A83F
Complementary color
Monochromatic Colors of #F4A83F
Black with #F4A83F
Text Example
Text Example
White with #F4A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A83F; }
p { color: rgb(244,168,63); }
H1.HeaderClassName
{
color: #F4A83F;
}
.AnyTagClassName
{
color: #F4A83F;
}
</style>
background-color css
<style>
a { background-color: #F4A83F; }
a { background-color: rgb(244,168,63); }
div.DivClassName
{
background-color: #F4A83F;
}
.BgClassName
{
background-color: #F4A83F;
}
</style>
border-color css
<style>
span { border-color: #F4A83F; }
span { border-color: rgb(244,168,63); }
td.TdClassName
{
border-color: #F4A83F;
}
.TagClassName
{
border-color: #F4A83F;
}
</style>