#F5AF45

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

Shades of My Sin #F5AF45

Tints of My Sin #F5AF45

Color information

#F5AF45 (or 0xF5AF45) is unknown color: approx My Sin. HEX triplet: F5, AF and 45. RGB value is (245,175,69). Sum of RGB (Red+Green+Blue) = 245+175+69=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF45 is #0A50BA. Grayscale: #B8B8B8. Windows color (decimal): -676027 or 4567029. OLE color: 4567029.

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

Color convert

RGB24517569-
CMYK00.290.720.04
HSL36.14º89.8%61.57%-
HSV(B)36.14º71.84%96.08%-
XYZ54.0650.512.53-
YUV183.8563.19171.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 69 (27.34% from 255) = 14.11%
R=50.10%
G=35.79%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451756900.290.720.0436.1489.861.57
HexF5AF4501D484245a3e
Octal36525710503511044413276
Binary1111010110101111100010101110110010001001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF45; }

 p { color: rgb(245,175,69); }

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

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

 a { background-color: rgb(245,175,69); }

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

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

 span { border-color: rgb(245,175,69); }

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