#F9AA4E

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

Shades of My Sin #F9AA4E

Tints of My Sin #F9AA4E

Color information

#F9AA4E (or 0xF9AA4E) is unknown color: approx My Sin. HEX triplet: F9, AA and 4E. RGB value is (249,170,78). Sum of RGB (Red+Green+Blue) = 249+170+78=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA4E is #0655B1. Grayscale: #B7B7B7. Windows color (decimal): -415154 or 5155577. OLE color: 5155577.

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

Color convert

RGB24917078-
CMYK00.320.690.02
HSL32.28º93.44%64.12%-
HSV(B)32.28º68.67%97.65%-
XYZ54.8249.4413.86-
YUV183.1368.67174.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 78 (30.86% from 255) = 15.69%
R=50.10%
G=34.21%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491707800.320.690.0232.2893.4464.12
HexF9AA4E020452205d40
Octal371252116040105240135100
Binary11111001101010101001110010000010001011010000010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AA4E; }

 p { color: rgb(249,170,78); }

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

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

 a { background-color: rgb(249,170,78); }

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

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

 span { border-color: rgb(249,170,78); }

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