#F4AE49

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

Shades of My Sin #F4AE49

Tints of My Sin #F4AE49

Color information

#F4AE49 (or 0xF4AE49) is unknown color: approx My Sin. HEX triplet: F4, AE and 49. RGB value is (244,174,73). Sum of RGB (Red+Green+Blue) = 244+174+73=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AE49 is #0B51B6. Grayscale: #B7B7B7. Windows color (decimal): -741815 or 4828916. OLE color: 4828916.

HSL color Cylindrical-coordinate representation of color #F4AE49: hue angle of 35.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4AE49 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24417473-
CMYK00.290.700.04
HSL35.44º88.6%62.16%-
HSV(B)35.44º70.08%95.69%-
XYZ53.6549.9913.12-
YUV183.4265.69171.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=49.69%
G=35.44%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441747300.290.700.0435.4488.662.16
HexF4AE4901D46423593e
Octal36425611103510644313176
Binary1111010010101110100100101110110001101001000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE49; }

 p { color: rgb(244,174,73); }

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

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

 a { background-color: rgb(244,174,73); }

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

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

 span { border-color: rgb(244,174,73); }

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