Shades of My Sin #F2AD3D
Tints of My Sin #F2AD3D
RGB
CMYK
RGB Variations
Color information
#F2AD3D (or 0xF2AD3D) is known color: My Sin. HEX triplet: F2, AD and 3D. RGB value is (242,173,61). Sum of RGB (Red+Green+Blue) = 242+173+61=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD3D is #0D52C2. Grayscale: #B5B5B5. Windows color (decimal): -873155 or 4042226. OLE color: 4042226.
HSL color Cylindrical-coordinate representation of color #F2AD3D: hue angle of 37.13º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2AD3D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 61 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.05 |
| HSL | 37.13º | 0.87% | 0.59% | - |
| HSV(B) | 37.13º | 0.75% | 0.95% | - |
| XYZ | 52.4 | 49.1 | 11.13 | - |
| YUV | 180.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 61 | 0 | 0.29 | 0.75 | 0.05 | 37.13 | 0.87 | 0.59 |
| Hex | F2 | AD | 3D | 0 | 1D | 4B | 5 | 25 | 57 | 3B |
| Octal | 362 | 255 | 75 | 0 | 35 | 113 | 5 | 45 | 127 | 73 |
| Binary | 11110010 | 10101101 | 111101 | 0 | 11101 | 1001011 | 101 | 100101 | 1010111 | 111011 |
Color Harmonies of #F2AD3D
Complementary color
Monochromatic Colors of #F2AD3D
Black with #F2AD3D
Text Example
Text Example
White with #F2AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD3D; }
p { color: rgb(242,173,61); }
H1.HeaderClassName
{
color: #F2AD3D;
}
.AnyTagClassName
{
color: #F2AD3D;
}
</style>
background-color css
<style>
a { background-color: #F2AD3D; }
a { background-color: rgb(242,173,61); }
div.DivClassName
{
background-color: #F2AD3D;
}
.BgClassName
{
background-color: #F2AD3D;
}
</style>
border-color css
<style>
span { border-color: #F2AD3D; }
span { border-color: rgb(242,173,61); }
td.TdClassName
{
border-color: #F2AD3D;
}
.TagClassName
{
border-color: #F2AD3D;
}
</style>