#F2B641

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

Shades of My Sin #F2B641

Tints of My Sin #F2B641

Color information

#F2B641 (or 0xF2B641) is unknown color: approx My Sin. HEX triplet: F2, B6 and 41. RGB value is (242,182,65). Sum of RGB (Red+Green+Blue) = 242+182+65=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B641 is #0D49BE. Grayscale: #BBBBBB. Windows color (decimal): -870847 or 4306674. OLE color: 4306674.

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

Color convert

RGB24218265-
CMYK00.250.730.05
HSL39.66º87.19%60.2%-
HSV(B)39.66º73.14%94.9%-
XYZ54.352.7112.31-
YUV186.659.38167.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 65 (25.78% from 255) = 13.29%
R=49.49%
G=37.22%
B=13.29%

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
Decimal2421826500.250.730.0539.6687.1960.2
HexF2B64101949528573c
Octal36226610103111155012774
Binary1111001010110110100000101100110010011011010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B641; }

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

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

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

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

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

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

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

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