#F6AF41

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

Shades of My Sin #F6AF41

Tints of My Sin #F6AF41

Color information

#F6AF41 (or 0xF6AF41) is unknown color: approx My Sin. HEX triplet: F6, AF and 41. RGB value is (246,175,65). Sum of RGB (Red+Green+Blue) = 246+175+65=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AF41 is #0950BE. Grayscale: #B8B8B8. Windows color (decimal): -610495 or 4304886. OLE color: 4304886.

HSL color Cylindrical-coordinate representation of color #F6AF41: hue angle of 36.46º 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 #F6AF41 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24617565-
CMYK00.290.740.04
HSL36.46º90.95%60.98%-
HSV(B)36.46º73.58%96.47%-
XYZ54.2950.6311.91-
YUV183.6961.02172.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 65 (25.78% from 255) = 13.37%
R=50.62%
G=36.01%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461756500.290.740.0436.4690.9560.98
HexF6AF4101D4A4245b3d
Octal36625710103511244413375
Binary1111011010101111100000101110110010101001001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AF41; }

 p { color: rgb(246,175,65); }

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

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

 a { background-color: rgb(246,175,65); }

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

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

 span { border-color: rgb(246,175,65); }

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