#F1A543

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

Shades of My Sin #F1A543

Tints of My Sin #F1A543

Color information

#F1A543 (or 0xF1A543) is unknown color: approx My Sin. HEX triplet: F1, A5 and 43. RGB value is (241,165,67). Sum of RGB (Red+Green+Blue) = 241+165+67=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 67 (26.56% from 255 or 14.16% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A543 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A543 is #0E5ABC. Grayscale: #B1B1B1. Windows color (decimal): -940733 or 4433393. OLE color: 4433393.

HSL color Cylindrical-coordinate representation of color #F1A543: hue angle of 33.79º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1A543 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB24116567-
CMYK00.320.720.05
HSL33.79º86.14%60.39%-
HSV(B)33.79º72.2%94.51%-
XYZ50.7446.0211.52-
YUV176.5566.18173.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 67 (26.56% from 255) = 14.16%
R=50.95%
G=34.88%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411656700.320.720.0533.7986.1460.39
HexF1A54302048522563c
Octal36124510304011054212674
Binary11110001101001011000011010000010010001011000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A543; }

 p { color: rgb(241,165,67); }

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

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

 a { background-color: rgb(241,165,67); }

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

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

 span { border-color: rgb(241,165,67); }

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