#F5A947

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

Shades of My Sin #F5A947

Tints of My Sin #F5A947

Color information

#F5A947 (or 0xF5A947) is unknown color: approx My Sin. HEX triplet: F5, A9 and 47. RGB value is (245,169,71). Sum of RGB (Red+Green+Blue) = 245+169+71=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A947 is #0A56B8. Grayscale: #B5B5B5. Windows color (decimal): -677561 or 4696565. OLE color: 4696565.

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

Color convert

RGB24516971-
CMYK00.310.710.04
HSL33.79º89.69%61.96%-
HSV(B)33.79º71.02%96.08%-
XYZ52.9848.2412.48-
YUV180.5566.18173.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 71 (28.12% from 255) = 14.64%
R=50.52%
G=34.85%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451697100.310.710.0433.7989.6961.96
HexF5A94701F474225a3e
Octal36525110703710744213276
Binary1111010110101001100011101111110001111001000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A947; }

 p { color: rgb(245,169,71); }

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

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

 a { background-color: rgb(245,169,71); }

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

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

 span { border-color: rgb(245,169,71); }

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