Shades of My Sin #F0AF43
Tints of My Sin #F0AF43
RGB
CMYK
RGB Variations
Color information
#F0AF43 (or 0xF0AF43) is known color: My Sin. HEX triplet: F0, AF and 43. RGB value is (240,175,67). Sum of RGB (Red+Green+Blue) = 240+175+67=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 67 (26.56% from 255 or 13.90% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF43 is #0F50BC. Grayscale: #B6B6B6. Windows color (decimal): -1003709 or 4435952. OLE color: 4435952.
HSL color Cylindrical-coordinate representation of color #F0AF43: hue angle of 37.46º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0AF43 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 67 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.06 |
| HSL | 37.46º | 0.85% | 0.6% | - |
| HSV(B) | 37.46º | 0.72% | 0.94% | - |
| XYZ | 52.28 | 49.59 | 12.13 | - |
| YUV | 182.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 67 | 0 | 0.27 | 0.72 | 0.06 | 37.46 | 0.85 | 0.6 |
| Hex | F0 | AF | 43 | 0 | 1B | 48 | 6 | 25 | 55 | 3C |
| Octal | 360 | 257 | 103 | 0 | 33 | 110 | 6 | 45 | 125 | 74 |
| Binary | 11110000 | 10101111 | 1000011 | 0 | 11011 | 1001000 | 110 | 100101 | 1010101 | 111100 |
Color Harmonies of #F0AF43
Complementary color
Monochromatic Colors of #F0AF43
Black with #F0AF43
Text Example
Text Example
White with #F0AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF43; }
p { color: rgb(240,175,67); }
H1.HeaderClassName
{
color: #F0AF43;
}
.AnyTagClassName
{
color: #F0AF43;
}
</style>
background-color css
<style>
a { background-color: #F0AF43; }
a { background-color: rgb(240,175,67); }
div.DivClassName
{
background-color: #F0AF43;
}
.BgClassName
{
background-color: #F0AF43;
}
</style>
border-color css
<style>
span { border-color: #F0AF43; }
span { border-color: rgb(240,175,67); }
td.TdClassName
{
border-color: #F0AF43;
}
.TagClassName
{
border-color: #F0AF43;
}
</style>