#F1B442

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

Shades of My Sin #F1B442

Tints of My Sin #F1B442

Color information

#F1B442 (or 0xF1B442) is unknown color: approx My Sin. HEX triplet: F1, B4 and 42. RGB value is (241,180,66). Sum of RGB (Red+Green+Blue) = 241+180+66=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B442 is #0E4BBD. Grayscale: #B9B9B9. Windows color (decimal): -936894 or 4371697. OLE color: 4371697.

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

Color convert

RGB24118066-
CMYK00.250.730.05
HSL39.09º86.21%60.2%-
HSV(B)39.09º72.61%94.51%-
XYZ53.5851.7412.32-
YUV185.2460.71167.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.49%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 66 (26.17% from 255) = 13.55%
R=49.49%
G=36.96%
B=13.55%

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
Decimal2411806600.250.730.0539.0986.2160.2
HexF1B44201949527563c
Octal36126410203111154712674
Binary1111000110110100100001001100110010011011001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B442; }

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

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

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

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

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

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

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

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