#F4A940

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

Shades of My Sin #F4A940

Tints of My Sin #F4A940

Color information

#F4A940 (or 0xF4A940) is unknown color: approx My Sin. HEX triplet: F4, A9 and 40. RGB value is (244,169,64). Sum of RGB (Red+Green+Blue) = 244+169+64=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A940 is #0B56BF. Grayscale: #B3B3B3. Windows color (decimal): -743104 or 4237812. OLE color: 4237812.

HSL color Cylindrical-coordinate representation of color #F4A940: hue angle of 35º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4A940 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24416964-
CMYK00.310.740.04
HSL35º89.11%60.39%-
HSV(B)35º73.77%95.69%-
XYZ52.4247.9811.35-
YUV179.4662.85174.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.15%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=51.15%
G=35.43%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441696400.310.740.043589.1160.39
HexF4A94001F4A423593c
Octal36425110003711244313174
Binary1111010010101001100000001111110010101001000111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A940; }

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

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

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

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

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

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

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

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