#F1B542

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

Shades of My Sin #F1B542

Tints of My Sin #F1B542

Color information

#F1B542 (or 0xF1B542) is unknown color: approx My Sin. HEX triplet: F1, B5 and 42. RGB value is (241,181,66). Sum of RGB (Red+Green+Blue) = 241+181+66=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B542 is #0E4ABD. Grayscale: #BABABA. Windows color (decimal): -936638 or 4371953. OLE color: 4371953.

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

Color convert

RGB24118166-
CMYK00.250.730.05
HSL39.43º86.21%60.2%-
HSV(B)39.43º72.61%94.51%-
XYZ53.7852.1412.38-
YUV185.8360.38167.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 66 (26.17% from 255) = 13.52%
R=49.39%
G=37.09%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411816600.250.730.0539.4386.2160.2
HexF1B54201949527563c
Octal36126510203111154712674
Binary1111000110110101100001001100110010011011001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B542; }

 p { color: rgb(241,181,66); }

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

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

 a { background-color: rgb(241,181,66); }

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

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

 span { border-color: rgb(241,181,66); }

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