#F3AF46

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

Shades of My Sin #F3AF46

Tints of My Sin #F3AF46

Color information

#F3AF46 (or 0xF3AF46) is unknown color: approx My Sin. HEX triplet: F3, AF and 46. RGB value is (243,175,70). Sum of RGB (Red+Green+Blue) = 243+175+70=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF46 is #0C50B9. Grayscale: #B7B7B7. Windows color (decimal): -807098 or 4632563. OLE color: 4632563.

HSL color Cylindrical-coordinate representation of color #F3AF46: hue angle of 36.42º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3AF46 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24317570-
CMYK00.280.710.05
HSL36.42º87.82%61.37%-
HSV(B)36.42º71.19%95.29%-
XYZ53.450.1612.66-
YUV183.3664.03170.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.80%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 70 (27.73% from 255) = 14.34%
R=49.80%
G=35.86%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431757000.280.710.0536.4287.8261.37
HexF3AF4601C47524583d
Octal36325710603410754413075
Binary1111001110101111100011001110010001111011001001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF46; }

 p { color: rgb(243,175,70); }

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

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

 a { background-color: rgb(243,175,70); }

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

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

 span { border-color: rgb(243,175,70); }

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