#F1A647

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

Shades of My Sin #F1A647

Tints of My Sin #F1A647

Color information

#F1A647 (or 0xF1A647) is unknown color: approx My Sin. HEX triplet: F1, A6 and 47. RGB value is (241,166,71). Sum of RGB (Red+Green+Blue) = 241+166+71=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A647 is #0E59B8. Grayscale: #B2B2B2. Windows color (decimal): -940473 or 4695793. OLE color: 4695793.

HSL color Cylindrical-coordinate representation of color #F1A647: hue angle of 33.53º degrees, saturation: 0.86, 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 #F1A647 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24116671-
CMYK00.310.710.05
HSL33.53º85.86%61.18%-
HSV(B)33.53º70.54%94.51%-
XYZ51.0546.4312.23-
YUV177.5967.85173.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 71 (28.12% from 255) = 14.85%
R=50.42%
G=34.73%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411667100.310.710.0533.5385.8661.18
HexF1A64701F47522563d
Octal36124610703710754212675
Binary1111000110100110100011101111110001111011000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A647; }

 p { color: rgb(241,166,71); }

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

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

 a { background-color: rgb(241,166,71); }

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

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

 span { border-color: rgb(241,166,71); }

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