#F7A948

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

Shades of My Sin #F7A948

Tints of My Sin #F7A948

Color information

#F7A948 (or 0xF7A948) is unknown color: approx My Sin. HEX triplet: F7, A9 and 48. RGB value is (247,169,72). Sum of RGB (Red+Green+Blue) = 247+169+72=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A948 is #0856B7. Grayscale: #B5B5B5. Windows color (decimal): -546488 or 4762103. OLE color: 4762103.

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

Color convert

RGB24716972-
CMYK00.320.710.03
HSL33.26º91.62%62.55%-
HSV(B)33.26º70.85%96.86%-
XYZ53.7248.6212.68-
YUV181.2666.34174.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.61%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 72 (28.52% from 255) = 14.75%
R=50.61%
G=34.63%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471697200.320.710.0333.2691.6262.55
HexF7A948020473215c3f
Octal36725111004010734113477
Binary1111011110101001100100001000001000111111000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A948; }

 p { color: rgb(247,169,72); }

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

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

 a { background-color: rgb(247,169,72); }

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

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

 span { border-color: rgb(247,169,72); }

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