Shades of My Sin #F2AB3E
Tints of My Sin #F2AB3E
RGB
CMYK
RGB Variations
Color information
#F2AB3E (or 0xF2AB3E) is known color: My Sin. HEX triplet: F2, AB and 3E. RGB value is (242,171,62). Sum of RGB (Red+Green+Blue) = 242+171+62=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB3E is #0D54C1. Grayscale: #B4B4B4. Windows color (decimal): -873666 or 4107250. OLE color: 4107250.
HSL color Cylindrical-coordinate representation of color #F2AB3E: hue angle of 36.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2AB3E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 62 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.05 |
| HSL | 36.33º | 0.87% | 0.6% | - |
| HSV(B) | 36.33º | 0.74% | 0.95% | - |
| XYZ | 52.05 | 48.35 | 11.15 | - |
| YUV | 179.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 62 | 0 | 0.29 | 0.74 | 0.05 | 36.33 | 0.87 | 0.6 |
| Hex | F2 | AB | 3E | 0 | 1D | 4A | 5 | 24 | 57 | 3C |
| Octal | 362 | 253 | 76 | 0 | 35 | 112 | 5 | 44 | 127 | 74 |
| Binary | 11110010 | 10101011 | 111110 | 0 | 11101 | 1001010 | 101 | 100100 | 1010111 | 111100 |
Color Harmonies of #F2AB3E
Complementary color
Monochromatic Colors of #F2AB3E
Black with #F2AB3E
Text Example
Text Example
White with #F2AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB3E; }
p { color: rgb(242,171,62); }
H1.HeaderClassName
{
color: #F2AB3E;
}
.AnyTagClassName
{
color: #F2AB3E;
}
</style>
background-color css
<style>
a { background-color: #F2AB3E; }
a { background-color: rgb(242,171,62); }
div.DivClassName
{
background-color: #F2AB3E;
}
.BgClassName
{
background-color: #F2AB3E;
}
</style>
border-color css
<style>
span { border-color: #F2AB3E; }
span { border-color: rgb(242,171,62); }
td.TdClassName
{
border-color: #F2AB3E;
}
.TagClassName
{
border-color: #F2AB3E;
}
</style>