#F1AF3F

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

Shades of My Sin #F1AF3F

Tints of My Sin #F1AF3F

Color information

#F1AF3F (or 0xF1AF3F) is unknown color: approx My Sin. HEX triplet: F1, AF and 3F. RGB value is (241,175,63). Sum of RGB (Red+Green+Blue) = 241+175+63=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF3F is #0E50C0. Grayscale: #B6B6B6. Windows color (decimal): -938177 or 4173809. OLE color: 4173809.

HSL color Cylindrical-coordinate representation of color #F1AF3F: hue angle of 37.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1AF3F is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24117563-
CMYK00.270.740.05
HSL37.75º86.41%59.61%-
HSV(B)37.75º73.86%94.51%-
XYZ52.549.7211.53-
YUV181.9760.87170.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 63 (25% from 255) = 13.15%
R=50.31%
G=36.53%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411756300.270.740.0537.7586.4159.61
HexF1AF3F01B4A526563c
Octal3612577703311254612674
Binary111100011010111111111101101110010101011001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF3F; }

 p { color: rgb(241,175,63); }

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

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

 a { background-color: rgb(241,175,63); }

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

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

 span { border-color: rgb(241,175,63); }

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