#F5B343

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

Shades of My Sin #F5B343

Tints of My Sin #F5B343

Color information

#F5B343 (or 0xF5B343) is unknown color: approx My Sin. HEX triplet: F5, B3 and 43. RGB value is (245,179,67). Sum of RGB (Red+Green+Blue) = 245+179+67=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B343 is #0A4CBC. Grayscale: #BABABA. Windows color (decimal): -675005 or 4436981. OLE color: 4436981.

HSL color Cylindrical-coordinate representation of color #F5B343: hue angle of 37.75º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5B343 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24517967-
CMYK00.270.730.04
HSL37.75º89.9%61.18%-
HSV(B)37.75º72.65%96.08%-
XYZ54.7952.0612.47-
YUV185.9760.87170.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 67 (26.56% from 255) = 13.65%
R=49.90%
G=36.46%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451796700.270.730.0437.7589.961.18
HexF5B34301B494265a3d
Octal36526310303311144613275
Binary1111010110110011100001101101110010011001001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B343; }

 p { color: rgb(245,179,67); }

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

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

 a { background-color: rgb(245,179,67); }

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

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

 span { border-color: rgb(245,179,67); }

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