#F2AE42

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

Shades of My Sin #F2AE42

Tints of My Sin #F2AE42

Color information

#F2AE42 (or 0xF2AE42) is unknown color: approx My Sin. HEX triplet: F2, AE and 42. RGB value is (242,174,66). Sum of RGB (Red+Green+Blue) = 242+174+66=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AE42 is #0D51BD. Grayscale: #B6B6B6. Windows color (decimal): -872894 or 4370162. OLE color: 4370162.

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

Color convert

RGB24217466-
CMYK00.280.730.05
HSL36.82º87.13%60.39%-
HSV(B)36.82º72.73%94.9%-
XYZ52.7449.5411.94-
YUV182.0262.53170.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=50.21%
G=36.10%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421746600.280.730.0536.8287.1360.39
HexF2AE4201C49525573c
Octal36225610203411154512774
Binary1111001010101110100001001110010010011011001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE42; }

 p { color: rgb(242,174,66); }

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

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

 a { background-color: rgb(242,174,66); }

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

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

 span { border-color: rgb(242,174,66); }

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