#F7AF47

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

Shades of My Sin #F7AF47

Tints of My Sin #F7AF47

Color information

#F7AF47 (or 0xF7AF47) is unknown color: approx My Sin. HEX triplet: F7, AF and 47. RGB value is (247,175,71). Sum of RGB (Red+Green+Blue) = 247+175+71=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AF47 is #0850B8. Grayscale: #B9B9B9. Windows color (decimal): -544953 or 4698103. OLE color: 4698103.

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

Color convert

RGB24717571-
CMYK00.290.710.03
HSL35.45º91.67%62.35%-
HSV(B)35.45º71.26%96.86%-
XYZ54.8350.8912.89-
YUV184.6763.85172.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.10%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 71 (28.12% from 255) = 14.40%
R=50.10%
G=35.50%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471757100.290.710.0335.4591.6762.35
HexF7AF4701D473235c3e
Octal36725710703510734313476
Binary111101111010111110001110111011000111111000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF47; }

 p { color: rgb(247,175,71); }

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

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

 a { background-color: rgb(247,175,71); }

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

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

 span { border-color: rgb(247,175,71); }

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