#F7A940

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

Shades of My Sin #F7A940

Tints of My Sin #F7A940

Color information

#F7A940 (or 0xF7A940) is unknown color: approx My Sin. HEX triplet: F7, A9 and 40. RGB value is (247,169,64). Sum of RGB (Red+Green+Blue) = 247+169+64=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A940 is #0856BF. Grayscale: #B4B4B4. Windows color (decimal): -546496 or 4237815. OLE color: 4237815.

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

Color convert

RGB24716964-
CMYK00.320.740.03
HSL34.43º91.96%60.98%-
HSV(B)34.43º74.09%96.86%-
XYZ53.4748.5211.4-
YUV180.3562.34175.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 64 (25.39% from 255) = 13.33%
R=51.46%
G=35.21%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471696400.320.740.0334.4391.9660.98
HexF7A9400204A3225c3d
Octal36725110004011234213475
Binary1111011110101001100000001000001001010111000101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A940; }

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

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

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

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

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

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

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

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