#FAAB47

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

Shades of My Sin #FAAB47

Tints of My Sin #FAAB47

Color information

#FAAB47 (or 0xFAAB47) is unknown color: approx My Sin. HEX triplet: FA, AB and 47. RGB value is (250,171,71). Sum of RGB (Red+Green+Blue) = 250+171+71=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB47 is #0554B8. Grayscale: #B7B7B7. Windows color (decimal): -349369 or 4697082. OLE color: 4697082.

HSL color Cylindrical-coordinate representation of color #FAAB47: hue angle of 33.52º 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 #FAAB47 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25017171-
CMYK00.320.720.02
HSL33.52º94.71%62.94%-
HSV(B)33.52º71.6%98.04%-
XYZ55.1249.912.69-
YUV183.2264.67175.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 71 (28.12% from 255) = 14.43%
R=50.81%
G=34.76%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501717100.320.720.0233.5294.7162.94
HexFAAB47020482225f3f
Octal37225310704011024213777
Binary1111101010101011100011101000001001000101000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB47; }

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

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

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

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

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

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

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

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