#FFA949

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

Shades of My Sin #FFA949

Tints of My Sin #FFA949

Color information

#FFA949 (or 0xFFA949) is unknown color: approx My Sin. HEX triplet: FF, A9 and 49. RGB value is (255,169,73). Sum of RGB (Red+Green+Blue) = 255+169+73=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA949 is #0056B6. Grayscale: #B8B8B8. Windows color (decimal): -22199 or 4827647. OLE color: 4827647.

HSL color Cylindrical-coordinate representation of color #FFA949: hue angle of 31.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFA949 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB25516973-
CMYK00.340.710
HSL31.65º100%64.31%-
HSV(B)31.65º71.37%100%-
XYZ56.6350.1212.99-
YUV183.7765.49178.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 73 (28.91% from 255) = 14.69%
R=51.31%
G=34.00%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551697300.340.71031.6510064.31
HexFFA949022470206440
Octal377251111042107040144100
Binary1111111110101001100100101000101000111010000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA949; }

 p { color: rgb(255,169,73); }

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

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

 a { background-color: rgb(255,169,73); }

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

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

 span { border-color: rgb(255,169,73); }

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