#F6A749

Color #F6A749 My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #F6A749

Tints of My Sin #F6A749

Color information

#F6A749 (or 0xF6A749) is unknown color: approx My Sin. HEX triplet: F6, A7 and 49. RGB value is (246,167,73). Sum of RGB (Red+Green+Blue) = 246+167+73=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A749 is #0958B6. Grayscale: #B4B4B4. Windows color (decimal): -612535 or 4827126. OLE color: 4827126.

HSL color Cylindrical-coordinate representation of color #F6A749: hue angle of 32.6º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6A749 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24616773-
CMYK00.320.700.04
HSL32.6º90.58%62.55%-
HSV(B)32.6º70.33%96.47%-
XYZ53.0347.7112.72-
YUV179.967.67175.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 73 (28.91% from 255) = 15.02%
R=50.62%
G=34.36%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461677300.320.700.0432.690.5862.55
HexF6A749020464215b3f
Octal36624711104010644113377
Binary11110110101001111001001010000010001101001000011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A749; }

 p { color: rgb(246,167,73); }

 H1.HeaderClassName
 {
   color: #F6A749;
 }
 .AnyTagClassName
 {
   color: #F6A749;
 }
</style>
background-color css

<style>
 a { background-color: #F6A749; }

 a { background-color: rgb(246,167,73); }

 div.DivClassName
 {
   background-color: #F6A749;
 }
 .BgClassName
 {
   background-color: #F6A749;
 }
</style>
border-color css

<style>
 span { border-color: #F6A749; }

 span { border-color: rgb(246,167,73); }

 td.TdClassName
 {
   border-color: #F6A749;
 }
 .TagClassName
 {
   border-color: #F6A749;
 }
</style>