#F1AB41

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

Shades of My Sin #F1AB41

Tints of My Sin #F1AB41

Color information

#F1AB41 (or 0xF1AB41) is unknown color: approx My Sin. HEX triplet: F1, AB and 41. RGB value is (241,171,65). Sum of RGB (Red+Green+Blue) = 241+171+65=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB41 is #0E54BE. Grayscale: #B4B4B4. Windows color (decimal): -939199 or 4303857. OLE color: 4303857.

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

Color convert

RGB24117165-
CMYK00.290.730.05
HSL36.14º86.27%60%-
HSV(B)36.14º73.03%94.51%-
XYZ51.7948.2111.58-
YUV179.8563.19171.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 65 (25.78% from 255) = 13.63%
R=50.52%
G=35.85%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411716500.290.730.0536.1486.2760
HexF1AB4101D49524563c
Octal36125310103511154412674
Binary1111000110101011100000101110110010011011001001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB41; }

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

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

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

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

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

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

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

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