#F2B441

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

Shades of My Sin #F2B441

Tints of My Sin #F2B441

Color information

#F2B441 (or 0xF2B441) is unknown color: approx My Sin. HEX triplet: F2, B4 and 41. RGB value is (242,180,65). Sum of RGB (Red+Green+Blue) = 242+180+65=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B441 is #0D4BBE. Grayscale: #B9B9B9. Windows color (decimal): -871359 or 4306162. OLE color: 4306162.

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

Color convert

RGB24218065-
CMYK00.260.730.05
HSL38.98º87.19%60.2%-
HSV(B)38.98º73.14%94.9%-
XYZ53.8951.912.18-
YUV185.4360.04168.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 65 (25.78% from 255) = 13.35%
R=49.69%
G=36.96%
B=13.35%

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
Decimal2421806500.260.730.0538.9887.1960.2
HexF2B44101A49527573c
Octal36226410103211154712774
Binary1111001010110100100000101101010010011011001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B441; }

 p { color: rgb(242,180,65); }

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

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

 a { background-color: rgb(242,180,65); }

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

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

 span { border-color: rgb(242,180,65); }

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