#FAAA43

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

Shades of My Sin #FAAA43

Tints of My Sin #FAAA43

Color information

#FAAA43 (or 0xFAAA43) is unknown color: approx My Sin. HEX triplet: FA, AA and 43. RGB value is (250,170,67). Sum of RGB (Red+Green+Blue) = 250+170+67=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA43 is #0555BC. Grayscale: #B6B6B6. Windows color (decimal): -349629 or 4434682. OLE color: 4434682.

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

Color convert

RGB25017067-
CMYK00.320.730.02
HSL33.77º94.82%62.16%-
HSV(B)33.77º73.2%98.04%-
XYZ54.8149.4811.97-
YUV182.1863176.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 67 (26.56% from 255) = 13.76%
R=51.33%
G=34.91%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501706700.320.730.0233.7794.8262.16
HexFAAA43020492225f3e
Octal37225210304011124213776
Binary1111101010101010100001101000001001001101000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA43; }

 p { color: rgb(250,170,67); }

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

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

 a { background-color: rgb(250,170,67); }

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

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

 span { border-color: rgb(250,170,67); }

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