#F4AE47

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

Shades of My Sin #F4AE47

Tints of My Sin #F4AE47

Color information

#F4AE47 (or 0xF4AE47) is unknown color: approx My Sin. HEX triplet: F4, AE and 47. RGB value is (244,174,71). Sum of RGB (Red+Green+Blue) = 244+174+71=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AE47 is #0B51B8. Grayscale: #B7B7B7. Windows color (decimal): -741817 or 4697844. OLE color: 4697844.

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

Color convert

RGB24417471-
CMYK00.290.710.04
HSL35.72º88.72%61.76%-
HSV(B)35.72º70.9%95.69%-
XYZ53.5849.9612.78-
YUV183.1964.69171.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=49.90%
G=35.58%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441747100.290.710.0435.7288.7261.76
HexF4AE4701D47424593e
Octal36425610703510744413176
Binary1111010010101110100011101110110001111001001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE47; }

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

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

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

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

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

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

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

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