#F7AB47

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

Shades of My Sin #F7AB47

Tints of My Sin #F7AB47

Color information

#F7AB47 (or 0xF7AB47) is unknown color: approx My Sin. HEX triplet: F7, AB and 47. RGB value is (247,171,71). Sum of RGB (Red+Green+Blue) = 247+171+71=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AB47 is #0854B8. Grayscale: #B6B6B6. Windows color (decimal): -545977 or 4697079. OLE color: 4697079.

HSL color Cylindrical-coordinate representation of color #F7AB47: hue angle of 34.09º 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 #F7AB47 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24717171-
CMYK00.310.710.03
HSL34.09º91.67%62.35%-
HSV(B)34.09º71.26%96.86%-
XYZ54.0649.3512.64-
YUV182.3265.18174.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=50.51%
G=34.97%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471717100.310.710.0334.0991.6762.35
HexF7AB4701F473225c3e
Octal36725310703710734213476
Binary111101111010101110001110111111000111111000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AB47; }

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

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

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

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

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

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

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

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