#F2B442

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

Shades of My Sin #F2B442

Tints of My Sin #F2B442

Color information

#F2B442 (or 0xF2B442) is unknown color: approx My Sin. HEX triplet: F2, B4 and 42. RGB value is (242,180,66). Sum of RGB (Red+Green+Blue) = 242+180+66=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B442 is #0D4BBD. Grayscale: #BABABA. Windows color (decimal): -871358 or 4371698. OLE color: 4371698.

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

Color convert

RGB24218066-
CMYK00.260.730.05
HSL38.86º87.13%60.39%-
HSV(B)38.86º72.73%94.9%-
XYZ53.9251.9112.33-
YUV185.5460.54168.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 66 (26.17% from 255) = 13.52%
R=49.59%
G=36.89%
B=13.52%

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
Decimal2421806600.260.730.0538.8687.1360.39
HexF2B44201A49527573c
Octal36226410203211154712774
Binary1111001010110100100001001101010010011011001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B442; }

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

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

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

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

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

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

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

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