#F7A748

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

Shades of My Sin #F7A748

Tints of My Sin #F7A748

Color information

#F7A748 (or 0xF7A748) is unknown color: approx My Sin. HEX triplet: F7, A7 and 48. RGB value is (247,167,72). Sum of RGB (Red+Green+Blue) = 247+167+72=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A748 is #0858B7. Grayscale: #B4B4B4. Windows color (decimal): -547000 or 4761591. OLE color: 4761591.

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

Color convert

RGB24716772-
CMYK00.320.710.03
HSL32.57º91.62%62.55%-
HSV(B)32.57º70.85%96.86%-
XYZ53.3547.8812.56-
YUV180.0967175.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.82%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=50.82%
G=34.36%
B=14.81%

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
Decimal2471677200.320.710.0332.5791.6262.55
HexF7A748020473215c3f
Octal36724711004010734113477
Binary1111011110100111100100001000001000111111000011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A748; }

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

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

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

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

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

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

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

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