#F7AA40

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

Shades of My Sin #F7AA40

Tints of My Sin #F7AA40

Color information

#F7AA40 (or 0xF7AA40) is unknown color: approx My Sin. HEX triplet: F7, AA and 40. RGB value is (247,170,64). Sum of RGB (Red+Green+Blue) = 247+170+64=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AA40 is #0855BF. Grayscale: #B5B5B5. Windows color (decimal): -546240 or 4238071. OLE color: 4238071.

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

Color convert

RGB24717064-
CMYK00.310.740.03
HSL34.75º91.96%60.98%-
HSV(B)34.75º74.09%96.86%-
XYZ53.6648.8911.46-
YUV180.9462.01175.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 64 (25.39% from 255) = 13.31%
R=51.35%
G=35.34%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471706400.310.740.0334.7591.9660.98
HexF7AA4001F4A3235c3d
Octal36725210003711234313475
Binary111101111010101010000000111111001010111000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA40; }

 p { color: rgb(247,170,64); }

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

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

 a { background-color: rgb(247,170,64); }

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

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

 span { border-color: rgb(247,170,64); }

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