#F1AF41

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

Shades of My Sin #F1AF41

Tints of My Sin #F1AF41

Color information

#F1AF41 (or 0xF1AF41) is unknown color: approx My Sin. HEX triplet: F1, AF and 41. RGB value is (241,175,65). Sum of RGB (Red+Green+Blue) = 241+175+65=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF41 is #0E50BE. Grayscale: #B6B6B6. Windows color (decimal): -938175 or 4304881. OLE color: 4304881.

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

Color convert

RGB24117565-
CMYK00.270.730.05
HSL37.5º86.27%60%-
HSV(B)37.5º73.03%94.51%-
XYZ52.5649.7411.83-
YUV182.1961.87169.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 65 (25.78% from 255) = 13.51%
R=50.10%
G=36.38%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411756500.270.730.0537.586.2760
HexF1AF4101B49526563c
Octal36125710103311154612674
Binary1111000110101111100000101101110010011011001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF41; }

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

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

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

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

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

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

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

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