#F2AA40

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

Shades of My Sin #F2AA40

Tints of My Sin #F2AA40

Color information

#F2AA40 (or 0xF2AA40) is unknown color: approx My Sin. HEX triplet: F2, AA and 40. RGB value is (242,170,64). Sum of RGB (Red+Green+Blue) = 242+170+64=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA40 is #0D55BF. Grayscale: #B3B3B3. Windows color (decimal): -873920 or 4238066. OLE color: 4238066.

HSL color Cylindrical-coordinate representation of color #F2AA40: hue angle of 35.73º 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 #F2AA40 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24217064-
CMYK00.300.740.05
HSL35.73º87.25%60%-
HSV(B)35.73º73.55%94.9%-
XYZ51.924811.38-
YUV179.4462.85172.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.84%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 13.45%
R=50.84%
G=35.71%
B=13.45%

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
Decimal2421706400.300.740.0535.7387.2560
HexF2AA4001E4A524573c
Octal36225210003611254412774
Binary1111001010101010100000001111010010101011001001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AA40; }

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

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

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

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

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

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

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

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