#F5AC47

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

Shades of My Sin #F5AC47

Tints of My Sin #F5AC47

Color information

#F5AC47 (or 0xF5AC47) is unknown color: approx My Sin. HEX triplet: F5, AC and 47. RGB value is (245,172,71). Sum of RGB (Red+Green+Blue) = 245+172+71=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AC47 is #0A53B8. Grayscale: #B6B6B6. Windows color (decimal): -676793 or 4697333. OLE color: 4697333.

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

Color convert

RGB24517271-
CMYK00.300.710.04
HSL34.83º89.69%61.96%-
HSV(B)34.83º71.02%96.08%-
XYZ53.5549.3712.67-
YUV182.3165.18172.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 71 (28.12% from 255) = 14.55%
R=50.20%
G=35.25%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451727100.300.710.0434.8389.6961.96
HexF5AC4701E474235a3e
Octal36525410703610744313276
Binary1111010110101100100011101111010001111001000111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC47; }

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

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

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

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

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

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

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

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