#F2AF45

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

Shades of My Sin #F2AF45

Tints of My Sin #F2AF45

Color information

#F2AF45 (or 0xF2AF45) is unknown color: approx My Sin. HEX triplet: F2, AF and 45. RGB value is (242,175,69). Sum of RGB (Red+Green+Blue) = 242+175+69=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF45 is #0D50BA. Grayscale: #B7B7B7. Windows color (decimal): -872635 or 4567026. OLE color: 4567026.

HSL color Cylindrical-coordinate representation of color #F2AF45: hue angle of 36.76º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2AF45 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24217569-
CMYK00.280.710.05
HSL36.76º86.93%60.98%-
HSV(B)36.76º71.49%94.9%-
XYZ53.0249.9712.48-
YUV182.9563.7170.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=49.79%
G=36.01%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421756900.280.710.0536.7686.9360.98
HexF2AF4501C47525573d
Octal36225710503410754512775
Binary1111001010101111100010101110010001111011001011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF45; }

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

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

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

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

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

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

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

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