#F6A740

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

Shades of My Sin #F6A740

Tints of My Sin #F6A740

Color information

#F6A740 (or 0xF6A740) is unknown color: approx My Sin. HEX triplet: F6, A7 and 40. RGB value is (246,167,64). Sum of RGB (Red+Green+Blue) = 246+167+64=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A740 is #0958BF. Grayscale: #B3B3B3. Windows color (decimal): -612544 or 4237302. OLE color: 4237302.

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

Color convert

RGB24616764-
CMYK00.320.740.04
HSL33.96º91%60.78%-
HSV(B)33.96º73.98%96.47%-
XYZ52.7547.611.26-
YUV178.8863.17175.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.57%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=51.57%
G=35.01%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461676400.320.740.0433.969160.78
HexF6A7400204A4225b3d
Octal36624710004011244213375
Binary11110110101001111000000010000010010101001000101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A740; }

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

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

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

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

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

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

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

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