#F1AD41

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

Shades of My Sin #F1AD41

Tints of My Sin #F1AD41

Color information

#F1AD41 (or 0xF1AD41) is unknown color: approx My Sin. HEX triplet: F1, AD and 41. RGB value is (241,173,65). Sum of RGB (Red+Green+Blue) = 241+173+65=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD41 is #0E52BE. Grayscale: #B5B5B5. Windows color (decimal): -938687 or 4304369. OLE color: 4304369.

HSL color Cylindrical-coordinate representation of color #F1AD41: hue angle of 36.82º 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 #F1AD41 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24117365-
CMYK00.280.730.05
HSL36.82º86.27%60%-
HSV(B)36.82º73.03%94.51%-
XYZ52.1748.9711.7-
YUV181.0262.53170.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 65 (25.78% from 255) = 13.57%
R=50.31%
G=36.12%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411736500.280.730.0536.8286.2760
HexF1AD4101C49525563c
Octal36125510103411154512674
Binary1111000110101101100000101110010010011011001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD41; }

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

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

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

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

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

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

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

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