#F3B141

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

Shades of My Sin #F3B141

Tints of My Sin #F3B141

Color information

#F3B141 (or 0xF3B141) is unknown color: approx My Sin. HEX triplet: F3, B1 and 41. RGB value is (243,177,65). Sum of RGB (Red+Green+Blue) = 243+177+65=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3B141 is #0C4EBE. Grayscale: #B8B8B8. Windows color (decimal): -806591 or 4305395. OLE color: 4305395.

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

Color convert

RGB24317765-
CMYK00.270.730.05
HSL37.75º88.12%60.39%-
HSV(B)37.75º73.25%95.29%-
XYZ53.6450.8811.99-
YUV183.9760.87170.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.10%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=50.10%
G=36.49%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431776500.270.730.0537.7588.1260.39
HexF3B14101B49526583c
Octal36326110103311154613074
Binary1111001110110001100000101101110010011011001101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B141; }

 p { color: rgb(243,177,65); }

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

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

 a { background-color: rgb(243,177,65); }

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

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

 span { border-color: rgb(243,177,65); }

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