#F1B342

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

Shades of My Sin #F1B342

Tints of My Sin #F1B342

Color information

#F1B342 (or 0xF1B342) is unknown color: approx My Sin. HEX triplet: F1, B3 and 42. RGB value is (241,179,66). Sum of RGB (Red+Green+Blue) = 241+179+66=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B342 is #0E4CBD. Grayscale: #B9B9B9. Windows color (decimal): -937150 or 4371441. OLE color: 4371441.

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

Color convert

RGB24117966-
CMYK00.260.730.05
HSL38.74º86.21%60.2%-
HSV(B)38.74º72.61%94.51%-
XYZ53.3851.3312.25-
YUV184.6661.04168.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.59%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 66 (26.17% from 255) = 13.58%
R=49.59%
G=36.83%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411796600.260.730.0538.7486.2160.2
HexF1B34201A49527563c
Octal36126310203211154712674
Binary1111000110110011100001001101010010011011001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B342; }

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

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

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

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

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

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

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

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