#FAAC47

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

Shades of My Sin #FAAC47

Tints of My Sin #FAAC47

Color information

#FAAC47 (or 0xFAAC47) is unknown color: approx My Sin. HEX triplet: FA, AC and 47. RGB value is (250,172,71). Sum of RGB (Red+Green+Blue) = 250+172+71=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC47 is #0553B8. Grayscale: #B8B8B8. Windows color (decimal): -349113 or 4697338. OLE color: 4697338.

HSL color Cylindrical-coordinate representation of color #FAAC47: hue angle of 33.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAAC47 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25017271-
CMYK00.310.720.02
HSL33.85º94.71%62.94%-
HSV(B)33.85º71.6%98.04%-
XYZ55.3150.2812.75-
YUV183.8164.34175.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 71 (28.12% from 255) = 14.40%
R=50.71%
G=34.89%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501727100.310.720.0233.8594.7162.94
HexFAAC4701F482225f3f
Octal37225410703711024213777
Binary111110101010110010001110111111001000101000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC47; }

 p { color: rgb(250,172,71); }

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

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

 a { background-color: rgb(250,172,71); }

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

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

 span { border-color: rgb(250,172,71); }

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