#F2AA3F

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

Shades of My Sin #F2AA3F

Tints of My Sin #F2AA3F

Color information

#F2AA3F (or 0xF2AA3F) is unknown color: approx My Sin. HEX triplet: F2, AA and 3F. RGB value is (242,170,63). Sum of RGB (Red+Green+Blue) = 242+170+63=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA3F is #0D55C0. Grayscale: #B3B3B3. Windows color (decimal): -873921 or 4172530. OLE color: 4172530.

HSL color Cylindrical-coordinate representation of color #F2AA3F: hue angle of 35.87º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2AA3F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24217063-
CMYK00.300.740.05
HSL35.87º87.32%59.8%-
HSV(B)35.87º73.97%94.9%-
XYZ51.8947.9911.23-
YUV179.3362.35172.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 63 (25% from 255) = 13.26%
R=50.95%
G=35.79%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421706300.300.740.0535.8787.3259.8
HexF2AA3F01E4A524573c
Octal3622527703611254412774
Binary111100101010101011111101111010010101011001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA3F; }

 p { color: rgb(242,170,63); }

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

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

 a { background-color: rgb(242,170,63); }

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

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

 span { border-color: rgb(242,170,63); }

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